|
@@ -242,9 +242,9 @@ public class UserPlanServiceImpl extends ServiceImpl<UserPlanMapper, UserPlan> i
|
|
|
public Boolean updateByEditBo(UserPlanEditBo bo) throws ParseException {
|
|
|
UserPlan userPlan = new UserPlan();
|
|
|
if (bo.getStatus().equals(-1)){
|
|
|
-
|
|
|
userPlan.setPlanId(bo.getPlanId());
|
|
|
userPlan.setStatus(-1);
|
|
|
+ userPlan.setUpdateTime(DateUtils.getNowTime());
|
|
|
this.updateById(userPlan);
|
|
|
return true;
|
|
|
}
|