فهرست منبع

1.修改webservice

WoNiu 4 سال پیش
والد
کامیت
663a48b25d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/galaxis/manatee/webservice/CountryEndpoint.java

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

@@ -62,7 +62,7 @@ public class CountryEndpoint {
 	@ResponsePayload
 	public InvokeResponse invoke(@RequestPayload Invoke request) {
 		//书写调用第三方接口方法
-		log.info(request.getMethodName()+"----"+request.getParam()+"----"+request.getSchemaCode());
+		log.info("开始数据同步");
 		InvokeResponse invokeResponse=new InvokeResponse();
 		chuanyunHumanResourceScheduledTask.getPayrollManually();
 		chuanyunHumanResourceScheduledTask.getUpdateLog();