瀏覽代碼

安全检查项id新增

Memory_LG 1 年之前
父節點
當前提交
7cb224b176

+ 1 - 0
src/main/resources/mapper/housingconstruction/CenterdataTHousingconstructionSafetyinspectionitemlMapper.xml

@@ -43,6 +43,7 @@
         <where>
         <where>
             <if test="enterpriseInspectionType != null  and enterpriseInspectionType != ''">and
             <if test="enterpriseInspectionType != null  and enterpriseInspectionType != ''">and
                 enterprise_inspection_type = #{enterpriseInspectionType}
                 enterprise_inspection_type = #{enterpriseInspectionType}
+
             </if>
             </if>
             <if test="inspectionName != null  and inspectionName != ''">and inspection_name like concat('%',
             <if test="inspectionName != null  and inspectionName != ''">and inspection_name like concat('%',
                 #{inspectionName}, '%')
                 #{inspectionName}, '%')