shish 3 лет назад
Родитель
Сommit
46334a24a8
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      biz-ghs/order/classes/OrderClearClass.php

+ 1 - 0
biz-ghs/order/classes/OrderClearClass.php

@@ -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);