|
@@ -138,17 +138,17 @@
|
|
<if test="vo.rectification != null and vo.rectification != ''">
|
|
<if test="vo.rectification != null and vo.rectification != ''">
|
|
and u.rectification = #{vo.rectification}
|
|
and u.rectification = #{vo.rectification}
|
|
</if>
|
|
</if>
|
|
- <choose>
|
|
|
|
- <when test="vo.isArchive != null and vo.isArchive != ''">
|
|
|
|
- and u.is_auto_file = #{vo.isArchive}
|
|
|
|
- </when>
|
|
|
|
- <when test="vo.archiveId != null and vo.archiveId != ''">
|
|
|
|
- and 1=1
|
|
|
|
- </when>
|
|
|
|
- <otherwise>
|
|
|
|
- and (u.is_auto_file is null or u.is_auto_file != 1)
|
|
|
|
- </otherwise>
|
|
|
|
- </choose>
|
|
|
|
|
|
+<!-- <choose>-->
|
|
|
|
+<!-- <when test="vo.isArchive != null and vo.isArchive != ''">-->
|
|
|
|
+<!-- and u.is_auto_file = #{vo.isArchive}-->
|
|
|
|
+<!-- </when>-->
|
|
|
|
+<!-- <when test="vo.archiveId != null and vo.archiveId != ''">-->
|
|
|
|
+<!-- and 1=1-->
|
|
|
|
+<!-- </when>-->
|
|
|
|
+<!-- <otherwise>-->
|
|
|
|
+<!-- and (u.is_auto_file is null or u.is_auto_file != 1)-->
|
|
|
|
+<!-- </otherwise>-->
|
|
|
|
+<!-- </choose>-->
|
|
<if test="vo.nodeIds != null and vo.nodeIds != ''">
|
|
<if test="vo.nodeIds != null and vo.nodeIds != ''">
|
|
and u.node_id in
|
|
and u.node_id in
|
|
<foreach collection="vo.nodeIdArray" item="nodeId" open="(" separator="," close=")">
|
|
<foreach collection="vo.nodeIdArray" item="nodeId" open="(" separator="," close=")">
|