|
@@ -85,7 +85,7 @@ public class RyTask {
|
|
|
remotePmService.reportSubmissionReminder();
|
|
remotePmService.reportSubmissionReminder();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- private void synchronizeDeviceData(Integer tenantId, Long engineeringId) {
|
|
|
|
|
|
|
+ public void synchronizeDeviceData(Integer tenantId, Long engineeringId) {
|
|
|
System.out.println("synchronizeDeviceData start......");
|
|
System.out.println("synchronizeDeviceData start......");
|
|
|
remoteCdiTaskService.synchronizeDeviceData(tenantId, engineeringId);
|
|
remoteCdiTaskService.synchronizeDeviceData(tenantId, engineeringId);
|
|
|
}
|
|
}
|