Commit 44706a6e by liuyang

1.调整2位小数

parent 43cb2382
...@@ -1276,7 +1276,7 @@ ...@@ -1276,7 +1276,7 @@
A.SORT as "sort", A.SORT as "sort",
A.process_code as "processCode", A.process_code as "processCode",
A.process_name as "processName", A.process_name as "processName",
ROUND(ifnull(SUM(B.INV_WEIGHT),0)/1000, 4) "totalWeight" ROUND(ifnull(SUM(B.INV_WEIGHT),0)/1000, 2) "totalWeight"
from ${hggpSchema}.HGGY001 A from ${hggpSchema}.HGGY001 A
left join ( left join (
select select
......
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