|
|
@@ -641,11 +641,11 @@ class OrderController extends BaseController
|
|
|
$ext = ShopExtClass::getByCondition(['shopId' => $shopId], true);
|
|
|
$zjGatheringItem = !empty($ext) ? $ext->zjGatheringItem : 0;
|
|
|
if (empty($zjGatheringItem)) {
|
|
|
- util::fail('请设置付款用的商品');
|
|
|
+ util::fail('请设置直接收款的商品');
|
|
|
}
|
|
|
$zjGatheringItemInfo = ProductClass::getById($zjGatheringItem, true);
|
|
|
if (empty($zjGatheringItemInfo)) {
|
|
|
- util::fail('付款用的商品没有设置');
|
|
|
+ util::fail('请设置直接收款的商品哈');
|
|
|
}
|
|
|
$productList = [['productId' => $zjGatheringItem, 'unitType' => 0, 'num' => 1, 'property' => '1', 'unitPrice' => $lsGoodsPrice]];
|
|
|
}
|