wangmingyong@163.com 4 weeks ago
parent
commit
3298279641
  1. 5
      zdxt-modules/zdxt-enforcement-code/src/main/resources/mapper/enforcementcode/AppLawenforcementCaseMapper.xml

5
zdxt-modules/zdxt-enforcement-code/src/main/resources/mapper/enforcementcode/AppLawenforcementCaseMapper.xml

@ -94,7 +94,7 @@
and t1.c601000=#{id}
</if>
</where>
limit 1
</select>
<!-- 执法案件-行政强制明细 -->
@ -124,6 +124,7 @@
and t1.c301000=#{id}
</if>
</where>
limit 1
</select>
<!-- 执法案件-行政处罚明细 -->
<select id="selectAppLawEnforcementCasePunishmentById" resultType="com.zdxt.enforcementcode.domain.vo.enterprise.AppLawEnforcementCaseVo">
@ -155,5 +156,7 @@
and t1.c201000=#{id}
</if>
</where>
order by t3.UPDATETIME desc
limit 1
</select>
</mapper>

Loading…
Cancel
Save