|
|
@@ -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'];
|