|
|
@@ -3727,7 +3727,7 @@
|
|
|
left join meter_work_railway_act_first E
|
|
|
on A.railway_no = E.railway_no
|
|
|
and E.value_flag = '1'
|
|
|
- and E.meter_weight < 30000
|
|
|
+ and E.meter_weight < 35000
|
|
|
and ( E.lc_no in
|
|
|
<foreach collection="lcNoStr" item="item" open="(" separator="," close=")">
|
|
|
#{item}
|
|
|
@@ -3771,9 +3771,8 @@
|
|
|
<if test="lcNo != null and lcNo != ''">
|
|
|
and E.lc_No like '%${lcNo}%'
|
|
|
</if>
|
|
|
-
|
|
|
where A.value_flag = '1'
|
|
|
- and A.meter_weight >= 30000
|
|
|
+ and A.meter_weight >= 35000
|
|
|
and ( A.lc_no in
|
|
|
<foreach collection="lcNoStr" item="item" open="(" separator="," close=")">
|
|
|
#{item}
|