|
|
@@ -257,13 +257,12 @@ class OrderController extends BaseController
|
|
|
$get = $post;
|
|
|
}
|
|
|
$orderId = $get['id'] ?? 0; //订单ID
|
|
|
-
|
|
|
$customId = $get['customId'] ?? 0;
|
|
|
- if (!empty($customId)) {
|
|
|
- util::success(['sedCost' => 27]);
|
|
|
+ if (empty($customId)) {
|
|
|
+ util::fail("请选择客户");
|
|
|
}
|
|
|
if (empty($orderId)) {
|
|
|
- util::success(['sedCost' => 10]);
|
|
|
+ util::fail("参数错误");
|
|
|
}
|
|
|
$province = $get['province'] ?? '';
|
|
|
$city = $get['city'] ?? '';
|