|
@@ -184,6 +184,9 @@
|
|
<if test="todoVO != null and todoVO.getNodeIsBookbindingStamp">
|
|
<if test="todoVO != null and todoVO.getNodeIsBookbindingStamp">
|
|
AND (wfni.code = 'STATEMENT_BOOKBINDING_STAMP' OR wfni.code = 'REPORT_BOOKBINDING_STAMP' OR wfni.code = 'LETTER_BOOKBINDING_STAMP')
|
|
AND (wfni.code = 'STATEMENT_BOOKBINDING_STAMP' OR wfni.code = 'REPORT_BOOKBINDING_STAMP' OR wfni.code = 'LETTER_BOOKBINDING_STAMP')
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="todoVO != null and todoVO.getNodeIsRecheckArchiving">
|
|
|
|
+ AND wfni.code = 'RECHECK_ARCHIVING'
|
|
|
|
+ </if>
|
|
ORDER BY wtr.created DESC
|
|
ORDER BY wtr.created DESC
|
|
</select>
|
|
</select>
|
|
|
|
|