فهرست منبع

1.财务未收总金额

wuhp 1 سال پیش
والد
کامیت
51b06e9eec
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper/modules/fnc/InsPlyIncomeMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/fnc/InsPlyIncomeMapper.xml

@@ -3500,7 +3500,7 @@
         select  IFNULL(sum(a.noSettlementAmount),0) as "sySumAmount"
         from  (
         SELECT
-        (a.allAmount-(IFNULL(b.invoicComm,0) + IFNULL(c.otherInvoic,0)))  as "noSettlementAmount"
+        a.allAmount -( IFNULL( c.settAmountOther, 0 ) + IFNULL( b.settCommAmount, 0 )) AS "noSettlementAmount"
         FROM
         (
         SELECT