|
|
@@ -752,7 +752,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
String respone = "";
|
|
|
try {
|
|
|
respone = HttpUtils.postFormBody(SYNC_PATH, params);
|
|
|
- log.info("学时推送业务系统",params+"结果:"+respone);
|
|
|
+ log.info("学时推送业务系统"+params+"结果:"+respone,params+"结果:"+respone);
|
|
|
} catch (IOException e) {
|
|
|
throw new CustomException("同步请求错误"+e.getMessage());
|
|
|
}
|