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

Loading…
Cancel
Save