Compare commits

...

2 Commits

Author SHA1 Message Date
zhouxy 3965ee9bfa Merge remote-tracking branch 'origin/master' 2026-04-27 17:19:15 +08:00
zhouxy af2ed4853b 行政处罚修复详细页查询语句加上外省的表联查 2026-04-27 17:18:55 +08:00
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 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} 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> </select>
<!-- 行政处罚记录UNION查询本省+外省) --> <!-- 行政处罚记录UNION查询本省+外省) -->