修改检测中订单
This commit is contained in:
parent
53f87c96a9
commit
4bb1e72d78
@ -492,7 +492,12 @@ class DetectionService extends BaseService
|
||||
return success();
|
||||
}
|
||||
|
||||
return success($order_detection['detection_no']);
|
||||
if ($order_detection['detection_status'] != 4 || $order_detection['detection_status'] != 5){
|
||||
// 检测完成-已取消
|
||||
return success($order_detection['detection_no']);
|
||||
}
|
||||
|
||||
return success();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user