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