Quellcode durchsuchen

添加机车查询名称接口

wyyay vor 2 Jahren
Ursprung
Commit
e971781f39

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