Commit 5f788327 by 孙亚楠

Merge branch 'xggsve-order-dev' of gitlab.gongsibao.com:jiangyong/zhichan into xggsve-order-dev

parents ff9227fd d27954b6
......@@ -792,6 +792,9 @@ class IborderService extends ServiceBase {
if (order.orderDeliverId) {
return system.getResult(null, "该订单已分配,不允许再次分配");
}
if (!order.isInfoComplete) {
return system.getResult(null, "请先完善订单信息");
}
order.status = "1030";
order.assignTime = new Date();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment