فهرست منبع

相机树开发

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>