This commit is contained in:
linfso 2024-05-30 01:24:11 +08:00
parent 6dfe229478
commit 50e7560edf

View File

@ -45,7 +45,7 @@
select a.name from emis_country a where a.code = #{code}
</select>
<select id="selectTotalEstCostDayByPlanId" parameterType="long" resultType="float">
<select id="selectTotalEstCostDayByPlanId" parameterType="long" resultType="BigDecimal">
select sum(a.est_cost_day) as est_cost_day from emis_tms_trans_plan_dtl a where a.plan_id = #{id}
</select>