|
@@ -108,6 +108,11 @@ public class OrderLogLogic {
|
|
|
String context ="";
|
|
|
|
|
|
if (pgOrderOperatorLog.getType().equals(OrderOperatorLogTypeEnum.DAIJIAN.getRemark())){
|
|
|
+
|
|
|
+ if (pgOrderBase.getAppointmentTime() == null)
|
|
|
+ throw new RemoteServiceException("未操作预约,请先操作预约");
|
|
|
+
|
|
|
+
|
|
|
String[] split = pgOrderOperatorLog.getApplyNum().split(",|,");
|
|
|
|
|
|
for (String s : split) {
|