功能重构开发0130
This commit is contained in:
@@ -194,9 +194,9 @@
|
||||
resultType="com.zg.project.wisdom.domain.vo.StockStatisticVO">
|
||||
|
||||
SELECT
|
||||
IFNULL(SUM(ri.real_qty * ri.ht_dj), 0) AS total_amount,
|
||||
COUNT(DISTINCT ri.pcode) AS location_count,
|
||||
IFNULL(SUM(ri.real_qty), 0) AS total_quantity
|
||||
IFNULL(SUM(ri.real_qty * ri.ht_dj), 0) AS totalAmount,
|
||||
COUNT(DISTINCT ri.pcode) AS locationCount,
|
||||
IFNULL(SUM(ri.real_qty), 0) AS totalQuantity
|
||||
FROM rk_info ri
|
||||
<where>
|
||||
ri.exec_status = 1
|
||||
|
||||
Reference in New Issue
Block a user