@@ -278,13 +278,6 @@ class PurchaseController extends BaseController
util::fail('满500元支持免费配送');
}
- } else {
- if ($ghsShopId == 36523) {
- if ($respond->actPrice < 100) {
- $transaction->rollBack();
- util::fail('满100元支持免费配送');
- }