|
@@ -185,7 +185,9 @@ public class BizAppointmentRecordServiceImpl extends ServiceImpl<BizAppointmentR
|
|
|
bizAppointmentRecord.setStatus("1");
|
|
|
}else{
|
|
|
//未开启审核,设置排队中状态
|
|
|
- bizAppointmentRecord.setStatus("3");
|
|
|
+ //bizAppointmentRecord.setStatus("3");
|
|
|
+ //未开启审核,设置待入场状态,可直接过门禁
|
|
|
+ bizAppointmentRecord.setStatus("4");
|
|
|
}
|
|
|
}
|
|
|
//this.save(bizAppointmentRecord);
|
|
@@ -510,7 +512,7 @@ public class BizAppointmentRecordServiceImpl extends ServiceImpl<BizAppointmentR
|
|
|
status = "2";
|
|
|
}else{
|
|
|
//bizAppointmentRecord.setStatus("3");
|
|
|
- status = "3";
|
|
|
+ status = "4";
|
|
|
}
|
|
|
//bizAppointmentRecord.setAppointmentReason(bizAppointmentRecordEditParam.getAppointmentReason());
|
|
|
updateWrapper.set("status",status);
|