md
This commit is contained in:
parent
55ed409b3f
commit
6dfe229478
@ -57,7 +57,7 @@
|
||||
select a.line_name from emis_trans_line a where a.line_code = #{code} limit 1
|
||||
</select>
|
||||
|
||||
<select id="selectTransLineNameByCode" parameterType="String" resultType="EmisTransLineResult">
|
||||
<select id="selectTransLineNameByCode" parameterType="String" resultMap="EmisTransLineResult">
|
||||
select * from emis_trans_line a where a.line_code = #{code} limit 1
|
||||
</select>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user