|
|
@ -40,13 +40,12 @@ public class SyncDetailJobController {
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/sync/customer/account")
|
|
|
|
@GetMapping("/sync/customer/account")
|
|
|
|
@ResponseBody
|
|
|
|
@ResponseBody
|
|
|
|
public String customerInfo(){
|
|
|
|
public void customerInfo(){
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
List<String> cpUserIds = dataAccountDOMapper.selectByAccount();
|
|
|
|
List<String> cpUserIds = dataAccountDOMapper.selectByAccount();
|
|
|
|
customerDataJob.handleList(cpUserIds);
|
|
|
|
customerDataJob.handleList(cpUserIds);
|
|
|
|
}catch (Exception e){
|
|
|
|
}catch (Exception e){
|
|
|
|
log.error("",e);
|
|
|
|
log.error("",e);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return "success";
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|