|
|
@@ -47,6 +47,7 @@ class OrderClearClass extends BaseClass
|
|
|
if (empty($orderList)) {
|
|
|
return true;
|
|
|
}
|
|
|
+ noticeUtil::push("111111", '15280215347');
|
|
|
$totalAmount = 0;
|
|
|
$totalMoney = 0;
|
|
|
$need = [];
|
|
|
@@ -60,10 +61,11 @@ class OrderClearClass extends BaseClass
|
|
|
$totalAmount = bcadd($totalAmount, $remainDebtPrice, 2);
|
|
|
$need[] = ['id' => $orderId];
|
|
|
}
|
|
|
+ noticeUtil::push("222222", '15280215347');
|
|
|
if (empty($need)) {
|
|
|
return true;
|
|
|
}
|
|
|
-
|
|
|
+ noticeUtil::push("333333", '15280215347');
|
|
|
$where = ['customId' => $customId, 'status' => PurchaseClearClass::STATUS_AWAIT_PAY];
|
|
|
$list = OrderClearClass::getAllByCondition($where, null, '*', null, true);
|
|
|
if (!empty($list)) {
|