소스 검색

1修改阀控,预计费只推送关阀阀控记录

Xiaojh 4 년 전
부모
커밋
9d4c740417
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      smart-city-platform/src/main/java/com/bz/smart_city/service/impl/pay/AmountWaterUsedAmountServiceImpl.java

+ 2 - 1
smart-city-platform/src/main/java/com/bz/smart_city/service/impl/pay/AmountWaterUsedAmountServiceImpl.java

@@ -987,7 +987,8 @@ public class AmountWaterUsedAmountServiceImpl implements AmountWaterUsedAmountSe
         filterId.add(4);
         for(PayRechargeaccountDto dto:rechList){
             PayBaseCustomerandmeterrela customer = payBaseCustomerandmeterrelaMapper.getAccountCustomer(dto.getAccountId());
-            controlDayServiceImpl.sendValve(customerNo.getCustomerNo(),2,filterId,customer);
+            //flag  1 只执行开阀  0 只执行关阀  2开关阀执行
+            controlDayServiceImpl.sendValve(customerNo.getCustomerNo(),0,filterId,customer);
         }
     }