Browse Source

通知问题

shish 3 years ago
parent
commit
23c149dd24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/OrderController.php

+ 1 - 1
app-ghs/controllers/OrderController.php

@@ -875,7 +875,7 @@ class OrderController extends BaseController
         }
 
         if ($customId != 5405 || $customId != 4091) {
-            //除了花样年华和惠雅鲜花,批发店不能给已批发店的零售客户开单,同理,采购也是要限制的。
+            //除了花样年华和惠雅鲜花,批发店不能给已开批发店的零售客户开单,同理,采购也是要限制的。
             //审核入库的功能开通之后就可以用起来
             $customShopId = $custom['shopId'] ?? 0;
             if (!empty($customShopId)) {