Browse Source

相机树开发

gao.qiang 7 tháng trước cách đây
mục cha
commit
f4f8e79e57

+ 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>