|
@@ -731,6 +731,12 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
studyRec.setCourseBuyTime(DateUtils.timestampToDateFormat(orderGoods.getCreateTime(),DateUtils.YYYY_MM_DD_HH_MM_SS));
|
|
studyRec.setCourseBuyTime(DateUtils.timestampToDateFormat(orderGoods.getCreateTime(),DateUtils.YYYY_MM_DD_HH_MM_SS));
|
|
|
studyRec.setClassNo(classGrade.getOfficialName());
|
|
studyRec.setClassNo(classGrade.getOfficialName());
|
|
|
studyRec.setOrderGoodsId(orderGoods.getOrderGoodsId());
|
|
studyRec.setOrderGoodsId(orderGoods.getOrderGoodsId());
|
|
|
|
|
+ studyRec.setWorkYear(userVo.getWorkYear());
|
|
|
|
|
+ studyRec.setGraduationTime(userVo.getGraduationTime());
|
|
|
|
|
+ studyRec.setCompanyName(userVo.getCompanyName());
|
|
|
|
|
+ studyRec.setUnitContact(userVo.getUnitContact());
|
|
|
|
|
+ studyRec.setUnitTel(userVo.getUnitTel());
|
|
|
|
|
+
|
|
|
Long bmrq = 0L;
|
|
Long bmrq = 0L;
|
|
|
if(Validator.isNotEmpty(classGrade.getClassStartTime())){
|
|
if(Validator.isNotEmpty(classGrade.getClassStartTime())){
|
|
|
if(classGrade.getClassStartTime().longValue()<orderGoods.getCreateTime().longValue()){
|
|
if(classGrade.getClassStartTime().longValue()<orderGoods.getCreateTime().longValue()){
|