行政处罚修复详细页查询语句加上外省的表联查
This commit is contained in:
parent
02168d20e0
commit
af2ed4853b
|
|
@ -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查询(本省+外省) -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue