行政处罚修复详细页查询语句加上外省的表联查

This commit is contained in:
zhouxy 2026-04-27 17:18:55 +08:00
parent 02168d20e0
commit af2ed4853b
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@
<select id="findById" resultType="com.chinaweal.aiccs.crgs.punish.entity.TbIlcPunInfoQuery">
select <include refid="As_Base_Column_List"/> from case_pub_nbaseinfo where ACTYPE = '1' and CASEID = #{id}
union all
select <include refid="As_Base_Column_List"/> from AICCS.QG_CASE_PUB_NBASEINFO where ACTYPE = '1' and CASEID = #{id}
</select>
<!-- 行政处罚记录UNION查询本省+外省) -->