Commit 0d9ecda7 by 高晓磊

计算砂石量少写个0

parent 9a0ca2de
......@@ -12,7 +12,7 @@
<sql-type>SQL</sql-type>
<sql>
SELECT
bdt.dinasTypeName as typeName,sum(dtd.dinasWeight)/1000 as weight, bdt.type as typeType
bdt.dinasTypeName as typeName,sum(dtd.dinasWeight)/10000 as weight, bdt.type as typeType
FROM DinasType as bdt
LEFT JOIN ProductionPlanReportAssociateddinasTypeDetail as dtd on bdt.id = dtd.dinasType
LEFT JOIN ProductionPlanReport AS ppr on dtd.master = ppr.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment