|
@@ -1070,7 +1070,7 @@ public class TbIndentServiceImpl extends ServiceImpl<TbIndentDao, TbIndent> impl
|
|
|
throw new SqxException("不能操作非自己的订单");
|
|
throw new SqxException("不能操作非自己的订单");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (!"3".equals(indent.getIndentState())) {
|
|
|
|
|
|
|
+ if (!"3".equals(indent.getIndentState()) && !"4".equals(indent.getIndentState())) {
|
|
|
throw new SqxException("订单状态发生变更,请刷新后重试!");
|
|
throw new SqxException("订单状态发生变更,请刷新后重试!");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -1873,7 +1873,7 @@ public class TbIndentServiceImpl extends ServiceImpl<TbIndentDao, TbIndent> impl
|
|
|
throw new SqxException("不能操作非自己的订单");
|
|
throw new SqxException("不能操作非自己的订单");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (!"3".equals(indent.getIndentState())) {
|
|
|
|
|
|
|
+ if (!"3".equals(indent.getIndentState()) && !"4".equals(indent.getIndentState())) {
|
|
|
throw new SqxException("订单状态发生变更,请刷新后重试!");
|
|
throw new SqxException("订单状态发生变更,请刷新后重试!");
|
|
|
}
|
|
}
|
|
|
|
|
|