|
|
@@ -159,8 +159,8 @@ class OrderController extends BaseController
|
|
|
}
|
|
|
|
|
|
if ($return->sendType == 2) {
|
|
|
- if (in_array($return->shopId, [2, 726, 1490, 13626])) {
|
|
|
- util::fail('暂时不能使用代叫跑腿');
|
|
|
+ if (in_array($return->shopId, [2, 726, 1490, 13626, 7856])) {
|
|
|
+ util::fail('暂时不能使用跑腿');
|
|
|
}
|
|
|
}
|
|
|
|