gao.qiang преди 7 месеца
родител
ревизия
f4f8e79e57
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      business-service/src/main/resources/mapper/service/BaseCameraManagementMapper.xml

+ 3 - 0
business-service/src/main/resources/mapper/service/BaseCameraManagementMapper.xml

@@ -174,6 +174,9 @@
             <if test="lineDir != null and lineDir != 0">
                 and ca.line_dir =#{lineDir}
             </if>
+            <if test="railwayType != null and railwayType != 0">
+                and ca.railway_type =#{railwayType}
+            </if>
             <if test="deptId != null and deptId != 0">
                 and ca.dept_id =#{deptId}
             </if>