大屏接口

dev_0531
yechenhao 6 years ago
parent 0614f4b17b
commit 7c7c447d84

@ -12,12 +12,12 @@ import java.util.Map;
@Slf4j @Slf4j
public class SyncJobController { public class SyncJobController {
@Autowired @Autowired
private CustomerSyncJob customerSyncJob; private CustomerDataJob customerDataJob;
@GetMapping("/sync/customer") @GetMapping("/sync/customer")
public void getCustomerInfo(){ public void getCustomerInfo(){
try { try {
customerSyncJob.syncCustomer(); customerDataJob.handle();
}catch (Exception e){ }catch (Exception e){
log.error("",e); log.error("",e);
} }

Loading…
Cancel
Save