瀏覽代碼

no message

FengChaoYu 7 月之前
父節點
當前提交
8badc53831
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,
             IFNULL(SUM( t1.totalSaleValue ) - SUM( t1.retValue ), 0) AS totalSaleValue,
             IFNULL(SUM( t1.cash ), 0) AS cash,
+            IFNULL(SUM( t1.allinpay ), 0) AS allinpay,
             IFNULL(SUM( t1.cashSaleValue ), 0) AS cashSaleValue,
             IFNULL(SUM( t1.allinpaySaleValue ), 0) AS allinpaySaleValue,
             IFNULL(SUM( t1.retValue ), 0) AS retValue