|
@@ -52,6 +52,7 @@
|
|
|
a.UPDATE_USER
|
|
a.UPDATE_USER
|
|
|
FROM
|
|
FROM
|
|
|
SYSDBA."resource_collect" a
|
|
SYSDBA."resource_collect" a
|
|
|
|
|
+ where a.DELETE_FLAG ='NOT_DELETE'
|
|
|
<if test="resourceId!=null and resourceId != ''">
|
|
<if test="resourceId!=null and resourceId != ''">
|
|
|
and a.resource_id =#{resourceId}
|
|
and a.resource_id =#{resourceId}
|
|
|
</if>
|
|
</if>
|