|
@@ -1391,7 +1391,7 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
|
|
|
old.setWebsitName(lclsNew.getWebsitName());
|
|
|
}
|
|
|
|
|
|
- // 3:已预约不可更改预约时间 未预约总部为准
|
|
|
+ /*// 3:已预约不可更改预约时间 未预约总部为准
|
|
|
OrderReAppointment ora = orderReAppointmentService.lambdaQuery()
|
|
|
.eq(OrderReAppointment::getOrderBaseId,old.getId())
|
|
|
.eq(OrderReAppointment::getFlag,1)
|
|
@@ -1400,7 +1400,10 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
|
|
|
if (ora == null){
|
|
|
old.setAppointmentTime(lclsNew.getAppointmentTime());
|
|
|
old.setAppointmentEndTime(lclsNew.getAppointmentEndTime());
|
|
|
- }
|
|
|
+ }*/
|
|
|
+
|
|
|
+ old.setAppointmentTime(lclsNew.getAppointmentTime());
|
|
|
+ old.setAppointmentEndTime(lclsNew.getAppointmentEndTime());
|
|
|
|
|
|
// 3.2天猫工单,允许天猫自已预约 这里去掉
|
|
|
// upYyazsj(old, item, lclsNew);
|