|
@@ -65,7 +65,7 @@ public class GeneralRabbitSyncService {
|
|
|
condition.setEndDate(20201113);
|
|
|
}
|
|
|
// 只传已验收上线的
|
|
|
- condition.setChannelId(40);
|
|
|
+ //condition.setChannelId(40);
|
|
|
log.info("begin query meter read records ,condition = {}",JSON.toJSONString(condition));
|
|
|
List<MeterReadRecord> meterReadRecords = meterReadRecordMapper.queryMeterReadRecordWithCondtion(condition);
|
|
|
log.info("end query meter read records ,result size is = {}",meterReadRecords.size());
|