Quellcode durchsuchen

相机导入修改和筛选

gao.qiang vor 4 Wochen
Ursprung
Commit
e8d9f6ce09

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