|
|
@@ -438,6 +438,10 @@ class PurchaseController extends BaseController
|
|
|
$post['packCost'] = $packCost;
|
|
|
}
|
|
|
|
|
|
+ if (isset($ghsInfo['mainId']) && $ghsInfo['mainId'] == 14499) {
|
|
|
+ noticeUtil::push("包装费:" . $packCost, '15280215347');
|
|
|
+ }
|
|
|
+
|
|
|
$respond = PurchaseService::createPurchase($post, $ghsInfo);
|
|
|
|
|
|
if ($sendType == 0) {
|