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