|
|
|
@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
<select id="selectZfryByZfCode" parameterType="string" resultMap="ZfryjdmResult"> |
|
|
|
<include refid="selectZfryjdmVo" /> |
|
|
|
where zfcode = #{zfcode} and code_state = '01' |
|
|
|
where zfcode = #{zfcode} and code_state = '01' limit 1 |
|
|
|
</select> |
|
|
|
|
|
|
|
</mapper> |