소스 검색

相机导入修改和筛选

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