Преглед изворни кода

添加机车查询名称接口

wyyay пре 2 година
родитељ
комит
e971781f39
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      business-service/src/main/resources/mapper/VehiclePositionMapper.xml

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

@@ -42,7 +42,7 @@
                 and a.railway_code = #{railwayCode}
             </if>
             <if test="lineDir != null and lineDir != 0">
-                and a.line_dir = #{currentYear}
+                and a.line_dir = #{lineDir}
             </if>
             <if test="status != null and status != 0">
                 and c.status = #{status}