From e3711f4778cdc2f9edd5eccbcfb9e18d5b1a2e9d Mon Sep 17 00:00:00 2001 From: qiankunpingtai Date: Thu, 13 Jun 2019 09:23:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sql=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper_xml/AccountMapperEx.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/resources/mapper_xml/AccountMapperEx.xml b/src/main/resources/mapper_xml/AccountMapperEx.xml index ff2e11f1..2fa45d2a 100644 --- a/src/main/resources/mapper_xml/AccountMapperEx.xml +++ b/src/main/resources/mapper_xml/AccountMapperEx.xml @@ -110,10 +110,6 @@ dh.AccountIdList as AList,dh.AccountMoneyList as AMList from jsh_depothead dh inner join jsh_supplier s on dh.OrganId = s.id and ifnull(s.delete_Flag,'0') !='1' where 1=1 - - - and remark like #{remark} - and dh.AccountIdList like #{accountId}