Explorar o código

安全责任书

luojun hai 1 ano
pai
achega
220f1259b4

+ 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>