Ver Fonte

no message

FengChaoYu há 7 meses atrás
pai
commit
8badc53831

+ 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