浏览代码

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