瀏覽代碼

相机导入修改和筛选

gao.qiang 4 周之前
父節點
當前提交
e8d9f6ce09
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      business-service/src/main/resources/mapper/service/BaseCameraManagementMapper.xml

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

@@ -55,7 +55,7 @@
             <if test="installMile != null and installMile != 0">
                 and a.install_mile =#{installMile}
             </if>
-            <if test="railwayCode != null railwayCode != '' ">
+            <if test="railwayCode != null and railwayCode != ''">
                 and a.railway_code =#{railwayCode}
             </if>
             <if test="ids != null and ids.size>0">