| | |
| | | .set(CounsellingUser::getClassHours,0).set(CounsellingUser::getResidueClassHours,0) |
| | | .eq(CounsellingUser::getCounsellingInfoId,counsellingOrder.getCounsellingInfoId()).eq(CounsellingUser::getUserId,counsellingOrder.getUserId()); |
| | | if (counsellingOrder.getOrderType().intValue() ==1){ |
| | | counsellingUserLambdaUpdateWrapper.set(CounsellingUser::getIsFirstAppointment,null); |
| | | counsellingUserLambdaUpdateWrapper.set(CounsellingUser::getIsFirstAppointment,1); |
| | | } |
| | | //更新咨询师用户信息 |
| | | this.counsellingUserService.update(counsellingUserLambdaUpdateWrapper); |