浏览代码

添加机车查询名称接口

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}