yanyan 1 year ago
parent
commit
6de0b4bd67
  1. 2
      lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/SsztJbxx110497Mapper.xml

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

@ -88,7 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectSsztJbxx110497ByCode" parameterType="String" resultMap="SsztJbxx110497Result">
<include refid="selectSsztJbxx110497Vo"/>
where TYSHXYDM = #{code} order by updatetime LIMIT 1
where TYSHXYDM = #{code} order by updatetime desc LIMIT 1
</select>
<insert id="insertSsztJbxx110497" parameterType="SsztJbxx110497">

Loading…
Cancel
Save