|
@@ -522,7 +522,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
studyRec.setCourseType(5);
|
|
|
}
|
|
|
if(Validator.isNotEmpty(business7.getId())&&goodsVo.getBusinessId().longValue()==business7.getId().longValue()){
|
|
|
- studyRec.setCourseType(7);
|
|
|
+ studyRec.setCourseType(17);
|
|
|
}
|
|
|
studyRec.setCourseName(goodsVo.getGoodsName());
|
|
|
studyRec.setMajorName(goodsVo.getSubjectNames());
|
|
@@ -720,9 +720,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
}
|
|
|
studyRec.setChapterList(ChapterList);
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ System.out.println(JSONObject.toJSONString(studyRec));
|
|
|
//学习记录推送到旧系统
|
|
|
Map<String, String> params = new HashMap<>();
|
|
|
Long nowTime = DateUtils.getNowTime();
|