|
|
@@ -117,6 +117,7 @@ class OrderClearClass extends BaseClass
|
|
|
'payWay' => $payWay,
|
|
|
'num' => count($ids),
|
|
|
'ghsShopName' => $ghsShopName,
|
|
|
+ 'hasNoticeCustom' => 0,
|
|
|
];
|
|
|
if ($modifyPrice < $amount) {
|
|
|
$clearData['discountAmount'] = bcsub($amount, $modifyPrice, 2);
|