|
@@ -112,6 +112,9 @@
|
|
|
<if test="vo.contractId != null and vo.contractId != ''">
|
|
|
and contract_id = #{vo.contractId}
|
|
|
</if>
|
|
|
+ <if test="vo.archive_id != null and vo.archive_id != ''">
|
|
|
+ and archive_id = #{vo.archive_id}
|
|
|
+ </if>
|
|
|
<if test="vo.nodeIds != null and vo.nodeIds != ''">
|
|
|
and node_id in
|
|
|
<foreach collection="vo.nodeIdArray" item="nodeId" open="(" separator="," close=")">
|