Browse Source

no message

FengChaoYu 7 months ago
parent
commit
8badc53831
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mall-server-api/src/main/resources/mapper/MaterialMapper.xml

+ 1 - 0
mall-server-api/src/main/resources/mapper/MaterialMapper.xml

@@ -775,6 +775,7 @@
             t1.worker_name,
             t1.worker_name,
             IFNULL(SUM( t1.totalSaleValue ) - SUM( t1.retValue ), 0) AS totalSaleValue,
             IFNULL(SUM( t1.totalSaleValue ) - SUM( t1.retValue ), 0) AS totalSaleValue,
             IFNULL(SUM( t1.cash ), 0) AS cash,
             IFNULL(SUM( t1.cash ), 0) AS cash,
+            IFNULL(SUM( t1.allinpay ), 0) AS allinpay,
             IFNULL(SUM( t1.cashSaleValue ), 0) AS cashSaleValue,
             IFNULL(SUM( t1.cashSaleValue ), 0) AS cashSaleValue,
             IFNULL(SUM( t1.allinpaySaleValue ), 0) AS allinpaySaleValue,
             IFNULL(SUM( t1.allinpaySaleValue ), 0) AS allinpaySaleValue,
             IFNULL(SUM( t1.retValue ), 0) AS retValue
             IFNULL(SUM( t1.retValue ), 0) AS retValue