wang hou sheng 7 months ago
parent 8a11ac7b3b
commit 918c9b2706
  1. 7
      app/api/service/wholesaler/PaySuccess.php

@ -319,9 +319,14 @@ class PaySuccess extends BaseService
Lock::unLock("OrderPaySuccess_{$orderInfo['order_id']}");
}
/**
* @notes:修改申请信息
* @throws BaseException
* @author: wanghousheng
*/
private function apply(): void
{
$orderInfo = $this->orderInfo;
$orderInfo = $this->getOrderInfo();
$add['order_id'] = $orderInfo['order_id'];
$add['year'] = $orderInfo['year'];
$add['store_id'] = $orderInfo['store_id'];

Loading…
Cancel
Save