|
@@ -242,11 +242,11 @@ public class DataShareVeidoListClient {
|
|
|
json.put("pageNo", pageNum);
|
|
|
json.put("pageSize", pageSize);
|
|
|
this.body = json.toJSONString();
|
|
|
-// this.sysPullLogMapper = SpringUtils.getBean(SysPullLogMapper.class);
|
|
|
-// this.enforceVideoHkResService = SpringUtils.getBean(IEnforceVideoHkResService.class);
|
|
|
-// this.deviceRepository = SpringUtils.getBean(IDeviceService.class);
|
|
|
-// this.enforceVideoRepository = SpringUtils.getBean(IEnforceVideoService.class);
|
|
|
-// this.videoBindJobService = SpringUtils.getBean(VideoBindJobTask.class);
|
|
|
+ this.sysPullLogMapper = SpringUtils.getBean(SysPullLogMapper.class);
|
|
|
+ this.enforceVideoHkResService = SpringUtils.getBean(IEnforceVideoHkResService.class);
|
|
|
+ this.deviceRepository = SpringUtils.getBean(IDeviceService.class);
|
|
|
+ this.enforceVideoRepository = SpringUtils.getBean(IEnforceVideoService.class);
|
|
|
+ this.videoBindJobService = SpringUtils.getBean(VideoBindJobTask.class);
|
|
|
}
|
|
|
|
|
|
@Override
|