소스 검색

安全检查项id新增

Memory_LG 1 년 전
부모
커밋
7cb224b176
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/mapper/housingconstruction/CenterdataTHousingconstructionSafetyinspectionitemlMapper.xml

+ 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}, '%')