|
@@ -65,7 +65,13 @@ public class CountryEndpoint {
|
|
|
log.info(request.getMethodName()+"----"+request.getParam()+"----"+request.getSchemaCode());
|
|
|
InvokeResponse invokeResponse=new InvokeResponse();
|
|
|
chuanyunHumanResourceScheduledTask.getPayrollManually();
|
|
|
- log.info("更新薪酬项成功");
|
|
|
+ chuanyunHumanResourceScheduledTask.getUpdateLog();
|
|
|
+ chuanyunBasicDataScheduledTask.getUserCompanyManually();
|
|
|
+ chuanyunBasicDataScheduledTask.getCompanyManually();
|
|
|
+ chuanyunBasicDataScheduledTask.getGroupProjectManually();
|
|
|
+ chuanyunBasicDataScheduledTask.getCostCollectionManually();
|
|
|
+ chuanyunBasicDataScheduledTask.getReimbursementItemsManually();
|
|
|
+ log.info("数据同步成功");
|
|
|
invokeResponse.setResponse("{}");
|
|
|
return invokeResponse;
|
|
|
}
|