|
@@ -392,7 +392,9 @@ class OrderController extends BaseController
|
|
|
//商家上传图片开单并要求生成制作单
|
|
//商家上传图片开单并要求生成制作单
|
|
|
if (isset($post['unitGoodsPrice']) && !empty($post['unitGoodsPrice'])) {
|
|
if (isset($post['unitGoodsPrice']) && !empty($post['unitGoodsPrice'])) {
|
|
|
$productList = GoodsClass::kdWorkGoods($post);
|
|
$productList = GoodsClass::kdWorkGoods($post);
|
|
|
|
|
+ print_r($productList);
|
|
|
}
|
|
}
|
|
|
|
|
+ echo 'aaa';die;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (empty($productList) && empty($groupId)) {
|
|
if (empty($productList) && empty($groupId)) {
|