shish hace 3 años
padre
commit
46334a24a8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);