Преглед на файлове

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

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>