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