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