md
This commit is contained in:
parent
6dfe229478
commit
50e7560edf
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user