|
|
@@ -669,14 +669,14 @@ class PurchaseController extends BaseController
|
|
|
// }
|
|
|
// }
|
|
|
|
|
|
- if ($ghsShopId == 36523) {
|
|
|
- if ($respond->actPrice < 100 || $respond->bigNum < 15) {
|
|
|
- $hasMust = array_intersect($ids, [86841]);
|
|
|
- if (empty($hasMust)) {
|
|
|
- util::fail('没满100元且15扎,请返回选金辉');
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+// if ($ghsShopId == 36523) {
|
|
|
+// if ($respond->actPrice < 100 || $respond->bigNum < 15) {
|
|
|
+// $hasMust = array_intersect($ids, [86841]);
|
|
|
+// if (empty($hasMust)) {
|
|
|
+// util::fail('没满100元且15扎,请返回选金辉');
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
}
|
|
|
|