소스 검색

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();