소스 검색

安全责任书

luojun 1 년 전
부모
커밋
220f1259b4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      soc-modules/soc-modules-core/src/main/resources/mapper/safetybook/CoreSafetyBookMapper.xml

+ 3 - 0
soc-modules/soc-modules-core/src/main/resources/mapper/safetybook/CoreSafetyBookMapper.xml

@@ -78,6 +78,9 @@
         <if test="info.year != null">
             and b.year=#{info.year}
         </if>
+        <if test="info.type != null">
+            and b.type=#{info.type}
+        </if>
         <if test="info.checkSub ==true">
             and o.path like concat(#{info.selectOrgPath},'%')
         </if>