Jelajahi Sumber

安全检查项id新增

Memory_LG 1 tahun lalu
induk
melakukan
7cb224b176

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

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