Commit 3910f4f2 by zhangxingmin

push

parent 40d1f938
...@@ -398,8 +398,8 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService { ...@@ -398,8 +398,8 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
appointment.setStatus(status); appointment.setStatus(status);
appointment.setCreatorName(authUserDto.getUsername()); appointment.setCreatorName(authUserDto.getUsername());
appointment.setIsLegalBeneficiary(isLegalBeneficiary); appointment.setIsLegalBeneficiary(isLegalBeneficiary);
appointmentMapper.insert(appointment); // appointmentMapper.insert(appointment);
// iAppointmentService.saveOrUpdate(appointment); iAppointmentService.saveOrUpdate(appointment);
return Result.success(appointment); return Result.success(appointment);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment