فهرست منبع

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

gao.qiang 1 سال پیش
والد
کامیت
200bc7b6e7
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

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