|
@@ -48,7 +48,7 @@
|
|
|
<select id="queryDeleteDc" parameterType="java.lang.String" resultMap="jyrdcResultMap">
|
|
|
select
|
|
|
<include refid="jyrdcsql"/>
|
|
|
- from GK_BASIC_JSJY_JYR_DC where SFTB = 'Y' and (TBZT='N' or TBZT='Z') and RECORD_STATUS = '9'
|
|
|
+ from GK_BASIC_JSJY_JYR_DC where SFTB = 'Y' and (TBZT='N' or TBZT='Z') and RECORD_STATUS = '9' and aqid is not null
|
|
|
</select>
|
|
|
|
|
|
<update id="updateDeleteStatus" parameterType="java.util.Map">
|