|
@@ -187,6 +187,9 @@
|
|
<if test="todoVO != null and todoVO.getNodeIsRecheckArchiving">
|
|
<if test="todoVO != null and todoVO.getNodeIsRecheckArchiving">
|
|
AND wfni.code = 'RECHECK_ARCHIVING'
|
|
AND wfni.code = 'RECHECK_ARCHIVING'
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="todoVO != null and todoVO.getNodeIsCheckArchiving">
|
|
|
|
+ AND wfni.code = 'CHECK_ARCHIVING'
|
|
|
|
+ </if>
|
|
ORDER BY wtr.created DESC
|
|
ORDER BY wtr.created DESC
|
|
</select>
|
|
</select>
|
|
|
|
|