shish il y a 8 mois
Parent
commit
18013a7841
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      app-hd/controllers/OrderController.php

+ 0 - 1
app-hd/controllers/OrderController.php

@@ -636,7 +636,6 @@ class OrderController extends BaseController
             $productList = json_decode($productJson, true);
             $productList = json_decode($productJson, true);
         }
         }
         if (empty($productList) && empty($groupId)) {
         if (empty($productList) && empty($groupId)) {
-            util::fail('此功能停用,如还需要请联系官方');
             //商家手机上开单并生成制作单
             //商家手机上开单并生成制作单
             if (!empty($post['unitGoodsPrice'])) {
             if (!empty($post['unitGoodsPrice'])) {
                 $unitGoodsPrice = $post['unitGoodsPrice'];
                 $unitGoodsPrice = $post['unitGoodsPrice'];