Compare commits

..

No commits in common. "3965ee9bfa8926b7bbf20efec8179a5f37d36d31" and "148addf30bc21424b9d2f2aefd38eed842792c88" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -96,8 +96,6 @@
<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查询本省+外省) -->