Forráskód Böngészése

新增案卷id查询附件

“zhifk” 2 éve
szülő
commit
4a918900ea

+ 3 - 0
blade-service/blade-business/src/main/java/org/springblade/business/mapper/ArchiveFileMapper.xml

@@ -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=")">