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