修改检测中订单
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user