Browse Source

相机列表添加相机编码筛选

gao.qiang 1 year atrás
parent
commit
200bc7b6e7

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

@@ -34,6 +34,9 @@
             <if test="railwayCode != null and railwayCode != ''">
                 and a.railway_code=#{railwayCode}
             </if>
+            <if test="cameraCode != null and cameraCode != ''">
+                and a.camera_code=#{cameraCode}
+            </if>
             <if test="lineDir != null and lineDir != 0">
                 and a.line_dir =#{lineDir}
             </if>