|
|
@@ -700,7 +700,7 @@ class PurchaseController extends BaseController
|
|
|
noticeUtil::push("包装费:" . $packCost, '15280215347');
|
|
|
}
|
|
|
|
|
|
- // xhShMethod 门店:下单前按配置写入不满最低消费时的附加包装费/运费
|
|
|
+ // xhShMethod 门店:下单前按配置写入不满最低消费时的附加包装费/运费,关键词sh_method_area
|
|
|
if (in_array($ghsShopId, [36523, 0])) {
|
|
|
$shMethodBigNum = 0;
|
|
|
foreach ($productList as $itemData) {
|
|
|
@@ -718,7 +718,7 @@ class PurchaseController extends BaseController
|
|
|
$respond = PurchaseService::createPurchase($post, $ghsInfo);
|
|
|
|
|
|
if (in_array($ghsShopId, [36523, 0])) {
|
|
|
- // 使用 xhShMethod 配置校验配送限制,替代旧版门店硬编码规则
|
|
|
+ // 使用 xhShMethod 配置校验配送限制,替代旧版门店硬编码规则,关键词sh_method_area
|
|
|
$shMethodError = ShMethodClass::validatePurchaseOrder(
|
|
|
$ghsShopId,
|
|
|
$ghsMainId,
|