|
@@ -127,7 +127,7 @@ public class ChangeOrderLogic {
|
|
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public void changeAppointmentTime(String id, String appointmentTime, String appointmentEndTime,String remark,String type) {
|
|
|
- if (type.equals(OrderOperatorLogTypeEnum.YUYUE.getRemark())){
|
|
|
+ if (type.equals(OrderOperatorLogTypeEnum.YUYUEB.getRemark())){
|
|
|
PgOrderBase pgOrderBase = pgOrderBaseService.getById(id);
|
|
|
if (pgOrderBase.getAppointmentTime() != null)
|
|
|
throw new RemoteServiceException("已操作预约无需操作");
|