|
@@ -249,7 +249,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- /* private void sendPeriodSevenSMS(UserPeriodEditBo bo) {
|
|
|
+ private void sendPeriodSevenSMS(UserPeriodEditBo bo) {
|
|
|
GoodsVo goodsVo1 = iGoodsService.queryById(bo.getGoodsId());
|
|
|
if (bo.getStatus().equals(1)){
|
|
|
InformRemindVo informRemindVo = informRemindService.queryById(11L);
|
|
@@ -261,11 +261,11 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
informUserAddBo.setSendTime(DateUtils.getNowTime());
|
|
|
informUserAddBo.setCreateTime(DateUtils.getNowTime());
|
|
|
informUserAddBo.setUpdateTime(DateUtils.getNowTime());
|
|
|
- informUserAddBo.setRemindId(9L);
|
|
|
+ informUserAddBo.setRemindId(11L);
|
|
|
informUserAddBo.setSystemStatus(1);
|
|
|
informUserAddBo.setRemind("学时机构审核通过提醒");
|
|
|
informUserAddBo.setGoodsId(bo.getGoodsId());
|
|
|
- informUserAddBo.setText("尊敬的用户:你已完成本课程的所有学时机构审核通过,马上点击“预约考试”进行预约考试。");
|
|
|
+ informUserAddBo.setText("尊敬的用户:你已完成本课程的所有学时机构审核通过。");
|
|
|
iInformUserService.insertByAddBo(informUserAddBo);
|
|
|
}
|
|
|
if (informRemindVo.getNoteStatus().equals(1)) {
|
|
@@ -275,11 +275,11 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
informUserAddBo.setSendStatus(1);
|
|
|
informUserAddBo.setCreateTime(DateUtils.getNowTime());
|
|
|
informUserAddBo.setUpdateTime(DateUtils.getNowTime());
|
|
|
- informUserAddBo.setRemindId(9L);
|
|
|
+ informUserAddBo.setRemindId(11L);
|
|
|
informUserAddBo.setSystemStatus(3);
|
|
|
informUserAddBo.setRemind("学时机构审核通过提醒");
|
|
|
informUserAddBo.setGoodsId(bo.getGoodsId());
|
|
|
- informUserAddBo.setText("尊敬的用户:你已完成本课程的所有学时学习,经机构审核通过,需注册中心复审后即可获得继续教育学时,审核时间约15个工作日。");
|
|
|
+ informUserAddBo.setText("尊敬的用户:你已完成本课程的所有学时机构审核通过。");
|
|
|
iInformUserService.insertByAddBo(informUserAddBo);
|
|
|
UserVo userVo = iUserService.queryById(bo.getUserId());
|
|
|
Map<String, Object> param = new HashMap<>();
|
|
@@ -324,5 +324,5 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }*/
|
|
|
+ }
|
|
|
}
|