|
@@ -291,7 +291,7 @@ public class UserPlanServiceImpl extends ServiceImpl<UserPlanMapper, UserPlan> i
|
|
|
UserPlan userPlan = new UserPlan();
|
|
UserPlan userPlan = new UserPlan();
|
|
|
String s = JSON.toJSONString(userPlanVo.getCalendarStudyVo());
|
|
String s = JSON.toJSONString(userPlanVo.getCalendarStudyVo());
|
|
|
String s1 = JSON.toJSONString(userPlanVo.getStudyCount());
|
|
String s1 = JSON.toJSONString(userPlanVo.getStudyCount());
|
|
|
-
|
|
|
|
|
|
|
+ userPlan.setUpdateTime(DateUtils.getNowTime());
|
|
|
userPlan.setStudyDay(bo.getStudyDay());
|
|
userPlan.setStudyDay(bo.getStudyDay());
|
|
|
userPlan.setStudyCount(s1);
|
|
userPlan.setStudyCount(s1);
|
|
|
userPlan.setUserId(bo.getUserId());
|
|
userPlan.setUserId(bo.getUserId());
|
|
@@ -329,7 +329,7 @@ public class UserPlanServiceImpl extends ServiceImpl<UserPlanMapper, UserPlan> i
|
|
|
UserPlan userPlan = new UserPlan();
|
|
UserPlan userPlan = new UserPlan();
|
|
|
String s = JSON.toJSONString(userPlanVo.getCalendarStudyVo());
|
|
String s = JSON.toJSONString(userPlanVo.getCalendarStudyVo());
|
|
|
String s1 = JSON.toJSONString(userPlanVo.getStudyCount());
|
|
String s1 = JSON.toJSONString(userPlanVo.getStudyCount());
|
|
|
-
|
|
|
|
|
|
|
+ userPlan.setUpdateTime(DateUtils.getNowTime());
|
|
|
userPlan.setStudyDay(bo.getStudyDay());
|
|
userPlan.setStudyDay(bo.getStudyDay());
|
|
|
userPlan.setStudyCount(s1);
|
|
userPlan.setStudyCount(s1);
|
|
|
userPlan.setUserId(bo.getUserId());
|
|
userPlan.setUserId(bo.getUserId());
|