shish 9 сар өмнө
parent
commit
f005412bb9

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

@@ -638,6 +638,7 @@ class OrderController extends BaseController
         if (empty($productList) && empty($groupId)) {
         if (empty($productList) && empty($groupId)) {
             //商家手机上开单并生成制作单
             //商家手机上开单并生成制作单
             if (!empty($post['unitGoodsPrice'])) {
             if (!empty($post['unitGoodsPrice'])) {
+                util::fail('此功能停用,有需要请联系管理员');
                 $unitGoodsPrice = $post['unitGoodsPrice'];
                 $unitGoodsPrice = $post['unitGoodsPrice'];
                 if (!is_numeric($unitGoodsPrice)) {
                 if (!is_numeric($unitGoodsPrice)) {
                     util::fail('请输入正确的单价');
                     util::fail('请输入正确的单价');