浏览代码

后端提交

dengyj 3 年之前
父节点
当前提交
91e971c48a

+ 2 - 3
src/main/java/com/steerinfo/meterwork/meterworkrailwayactfirst/mapper/MeterWorkRailwayActFirstMapper.xml

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