|
@@ -297,7 +297,7 @@ public class MeterFileSyncServiceImpl implements MeterFileSyncService {
|
|
|
// 3,根据推送数据时间进行数据查询
|
|
|
List<Integer> cIds = customerMapper.getSubId(customerId);
|
|
|
String pushCustomers = StringUtils.join(cIds, ",");
|
|
|
- String pushChannels = "40,55";
|
|
|
+ String pushChannels = "40,58";
|
|
|
log.info("begin query push device list ,pushCustomers={}, beginDate={}, endDate={}",
|
|
|
pushCustomers,beginDate, endDate);
|
|
|
List<DeviceData> dataList = waterMeterMapper.getPushMeterListV2(pushCustomers,
|