shish 8 месяцев назад
Родитель
Сommit
18013a7841
1 измененных файлов с 0 добавлено и 1 удалено
  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);
         }
         if (empty($productList) && empty($groupId)) {
-            util::fail('此功能停用,如还需要请联系官方');
             //商家手机上开单并生成制作单
             if (!empty($post['unitGoodsPrice'])) {
                 $unitGoodsPrice = $post['unitGoodsPrice'];