Compare commits

...

1 Commits
master ... v3

Author SHA1 Message Date
chenrui dc11d6b15b 修改通过执法证件号查出多条数据的情况 2 years ago
  1. 2
      lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/Zfryjdm2405301Mapper.xml

2
lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/Zfryjdm2405301Mapper.xml

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