Commit 9f5189f1 by zhangxingmin

push

parent 7033cc97
...@@ -1049,7 +1049,7 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService { ...@@ -1049,7 +1049,7 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
Result<Appointment> result = checkAppointmentIsExist(request.getAppointmentBizId()); Result<Appointment> result = checkAppointmentIsExist(request.getAppointmentBizId());
Appointment appointment = result.getData(); Appointment appointment = result.getData();
if (1 == request.getOprType() || 2 == request.getOprType()) { if (1 == request.getOprType() || 2 == request.getOprType()) {
appointment.setStatus(AppointmentStatusEnum.YYZ.getItemValue()); appointment.setStatus(AppointmentStatusEnum.YQX.getItemValue());
} }
iAppointmentService.saveOrUpdate(appointment); iAppointmentService.saveOrUpdate(appointment);
return Result.success(); return Result.success();
......
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