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