|
@@ -276,6 +276,7 @@ public class AmountSynByDayServiceImpl implements AmountSynByDayService, Initial
|
|
|
|
|
|
//未开户用户抄表数据
|
|
|
public void noOpenUpdateByDay(Integer siteId, Integer customerId){
|
|
|
+ log.info(String.format("未开户用户数据同步开始:siteId=%s,customerId=%s"));
|
|
|
//产生未开户的day基础计划
|
|
|
Integer totalNum = amountWaterUsedAmountMapper.getNoOpenAmountCountByDay(siteId, customerId);
|
|
|
|
|
@@ -316,9 +317,8 @@ public class AmountSynByDayServiceImpl implements AmountSynByDayService, Initial
|
|
|
amountWaterUsedAmountMapper.updateByDate(amountWaterUsedAmountDto);
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
-
|
|
|
+ log.info(String.format("未开户用户数据同步结束:siteId=%s,customerId=%s"));
|
|
|
}
|
|
|
|
|
|
|