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