WoNiu 4 лет назад
Родитель
Сommit
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();