shish 4 mesi fa
parent
commit
a0068c3e47
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-hd/controllers/PurchaseController.php

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -631,7 +631,7 @@ class PurchaseController extends BaseController
 
                     //广州鑫源花卉,选择送货上门必须选必选商品
                     if ($ghsShopId == 12439) {
-                        $hasMust = array_intersect($ids, [3446945, 3446970, 3446973, 3446979, 3446995, 3447010, 3447023, 3459983]);
+                        $hasMust = array_intersect($ids, [3446945, 3446970, 3446973, 3446979, 3446995, 3447010, 3447023, 3459983, 4333184, 4317745, 1585738]);
                         if (empty($hasMust)) {
                             util::fail('请返回选择 必选商品');
                         }