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