|
@@ -1117,6 +1117,7 @@ public class AppointmentConfirmOrderServiceImpl implements AppointmentConfirmOrd
|
|
|
AppointmentConfirmOrderDO updateObj = new AppointmentConfirmOrderDO();
|
|
AppointmentConfirmOrderDO updateObj = new AppointmentConfirmOrderDO();
|
|
|
updateObj.setId(confirmOrderVO.getId());
|
|
updateObj.setId(confirmOrderVO.getId());
|
|
|
updateObj.setStatus(confirmOrderVO.getStatus());
|
|
updateObj.setStatus(confirmOrderVO.getStatus());
|
|
|
|
|
+ updateObj.setConfirmDate(LocalDate.now());
|
|
|
if (confirmOrderVO.getRemark() != null) {
|
|
if (confirmOrderVO.getRemark() != null) {
|
|
|
updateObj.setRemark(confirmOrderVO.getRemark());
|
|
updateObj.setRemark(confirmOrderVO.getRemark());
|
|
|
}
|
|
}
|