shish пре 10 месеци
родитељ
комит
34cbfda15e
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      app-hd/controllers/PurchaseController.php

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

@@ -624,7 +624,7 @@ class PurchaseController extends BaseController
                     if ($ghsShopId == 12439) {
                     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]);
                         if (empty($hasMust)) {
                         if (empty($hasMust)) {
-                            util::fail('请返回选一个必选商品');
+                            util::fail('请返回选必选商品');
                         }
                         }
                     }
                     }
 
 
@@ -634,7 +634,7 @@ class PurchaseController extends BaseController
                     if ($ghsShopId == 36523) {
                     if ($ghsShopId == 36523) {
                         $hasMust = array_intersect($ids, [25846, 34238, 86042]);
                         $hasMust = array_intersect($ids, [25846, 34238, 86042]);
                         if (empty($hasMust)) {
                         if (empty($hasMust)) {
-                            util::fail('请返回选一个必选商品');
+                            util::fail('请返回选必选商品');
                         }
                         }
                     }
                     }