mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
合计小数位处理
This commit is contained in:
@@ -176,7 +176,7 @@ public class CoalWashingDailyAnalysisService
|
||||
|
||||
|
||||
</#list>
|
||||
, sum(d.amount) as amount
|
||||
, round(sum(d.amount)::::numeric, 2) as amount
|
||||
|
||||
from t_coal_washing_daily_analysis_ym_details d
|
||||
inner join t_coal_washing_daily_analysis a on a.id = d.coal_washing_daily_analysis_id
|
||||
|
||||
Reference in New Issue
Block a user