|
|
@@ -150,8 +150,10 @@ class OrderController extends BaseController
|
|
|
|
|
|
if (isset($return->shopId)) {
|
|
|
if ($return->shopId == 2) {
|
|
|
- if ($return->actPrice < 2) {
|
|
|
- util::fail('满200元支持送货上门');
|
|
|
+ if ($return->actPrice < 200) {
|
|
|
+ if ($return->sendType == 0) {
|
|
|
+ util::fail('满200元支持送货上门');
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|