Explorar o código

1.修改webservice

WoNiu %!s(int64=4) %!d(string=hai) anos
pai
achega
522fa7c448

+ 6 - 6
src/main/java/com/galaxis/manatee/webservice/CountryEndpoint.java

@@ -65,12 +65,12 @@ public class CountryEndpoint {
         //书写调用第三方接口方法
 		InvokeResponse invokeResponse=new InvokeResponse();
 		chuanyunHumanResourceScheduledTask.getPayrollManually();
-		chuanyunHumanResourceScheduledTask.getUpdateLog();
-		chuanyunBasicDataScheduledTask.getUserCompanyManually();
-		chuanyunBasicDataScheduledTask.getCompanyManually();
-		chuanyunBasicDataScheduledTask.getGroupProjectManually();
-		chuanyunBasicDataScheduledTask.getCostCollectionManually();
-		chuanyunBasicDataScheduledTask.getReimbursementItemsManually();
+//		chuanyunHumanResourceScheduledTask.getUpdateLog();
+//		chuanyunBasicDataScheduledTask.getUserCompanyManually();
+//		chuanyunBasicDataScheduledTask.getCompanyManually();
+//		chuanyunBasicDataScheduledTask.getGroupProjectManually();
+//		chuanyunBasicDataScheduledTask.getCostCollectionManually();
+//		chuanyunBasicDataScheduledTask.getReimbursementItemsManually();
 		log.info("数据同步成功");
 		invokeResponse.setResponse("{}");
 		return invokeResponse;