소스 검색

修复九防台账BUG

wuhonghao 4 년 전
부모
커밋
2169bbe037
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      railway-business/src/main/resources/mapper/baseinfo/BusPreventMapper.xml

+ 1 - 1
railway-business/src/main/resources/mapper/baseinfo/BusPreventMapper.xml

@@ -127,7 +127,7 @@
         and v1.line_id=#{lineId}
       </if>
       <if test="xingbie!=null and xingbie!=''">
-        and v.xingbie=#{xingbie}
+        and (v.xingbie=#{xingbie} or v.xingbie is null or v.xingbie='')
       </if>
       <if test="stationId!=null and stationId!=''">
         and v1.station_id=#{stationId}