md
This commit is contained in:
parent
a02bc4db0e
commit
aea108743f
@ -34,11 +34,11 @@
|
||||
</resultMap>
|
||||
|
||||
<select id="selectFromCountryNameByLineCode" parameterType="String" resultType="string">
|
||||
select a.name from emis_country a,emis_trans_line b where a.code=b.from_country and b.code = #{code}
|
||||
select a.name from emis_country a,emis_trans_line b where a.code=b.from_country and b.line_code = #{code}
|
||||
</select>
|
||||
|
||||
<select id="selectCountryNameByLineCode" parameterType="String" resultType="string">
|
||||
select a.name from emis_country a,emis_trans_line b where a.code=b.country and b.code = #{code}
|
||||
select a.name from emis_country a,emis_trans_line b where a.code=b.country and b.line_code = #{code}
|
||||
</select>
|
||||
|
||||
<select id="selectTotalEstCostDayByPlanId" parameterType="long" resultType="BigDecimal">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user