From 6d3343d2e3fd5852c22d5f1963bdc45a7d4dda51 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Tue, 14 Mar 2023 15:37:48 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=BA=94=E6=94=B6=E8=B4=A6=E6=AC=BE?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/mapper/xml/PayWorkingGroupMapper.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jero-boot-incoming-payment/src/main/java/com/jero/project/mapper/xml/PayWorkingGroupMapper.xml b/jero-boot-incoming-payment/src/main/java/com/jero/project/mapper/xml/PayWorkingGroupMapper.xml index 8fd8834d..2aeea262 100644 --- a/jero-boot-incoming-payment/src/main/java/com/jero/project/mapper/xml/PayWorkingGroupMapper.xml +++ b/jero-boot-incoming-payment/src/main/java/com/jero/project/mapper/xml/PayWorkingGroupMapper.xml @@ -2375,8 +2375,8 @@ and departCode = #{departCode} - AND (comeAllMoney billMoney or - (comeAllMoney is null and billMoney is not null and billMoney !=0)) + AND (paidNoTaxAmount invoiceNoTaxAmount or + (paidNoTaxAmount is null and invoiceNoTaxAmount is not null and invoiceNoTaxAmount != 0)) ) a @@ -2444,8 +2444,8 @@ and departCode = #{departCode} - AND (comeAllMoney billMoney or - (comeAllMoney is null and billMoney is not null and billMoney != 0)) + AND (paidNoTaxAmount invoiceNoTaxAmount or + (paidNoTaxAmount is null and invoiceNoTaxAmount is not null and invoiceNoTaxAmount != 0)) ) p @@ -2504,8 +2504,8 @@ and departCode = #{departCode} - AND (comeAllMoney billMoney or - (comeAllMoney is null and billMoney is not null and billMoney != 0)) + AND (paidNoTaxAmount invoiceNoTaxAmount or + (paidNoTaxAmount is null and invoiceNoTaxAmount is not null and invoiceNoTaxAmount != 0)) ) a