Commit 32cb0270 authored by clone's avatar clone

1

parent b09a0ab4
...@@ -454,7 +454,7 @@ class PayLogService ...@@ -454,7 +454,7 @@ class PayLogService
$m_bargain = new OBargainModel(); $m_bargain = new OBargainModel();
$pay_fields = 'id,order_id,agent_name,create_time,income_time,house_number,type,real_money,income_time, $pay_fields = 'id,order_id,agent_name,create_time,income_time,house_number,type,real_money,income_time,
transfer_name,bargain_id,agent_id,transaction_fee,is_dividend,receipt_number,source,pay_type,last_transfer_time, transfer_name,bargain_id,agent_id,transaction_fee,is_dividend,receipt_number,source,pay_type,last_transfer_time,
money,industry_type,received_money,type_ext,is_open,open_time'; money,industry_type,received_money,type_ext,is_open,open_time,remark';
$pay_data = $m_pay->selectReceiptImgList($pay_fields, ['id' => $pay_id]); $pay_data = $m_pay->selectReceiptImgList($pay_fields, ['id' => $pay_id]);
$pay_data = $pay_data[0]; $pay_data = $pay_data[0];
//成交报告id //成交报告id
......
...@@ -72,6 +72,10 @@ class FollowUpTask ...@@ -72,6 +72,10 @@ class FollowUpTask
return false; return false;
} }
/**
* @throws \think\db\exception\BindParamException
* @throws \think\exception\PDOException
*/
public function delOldTable() public function delOldTable()
{ {
$redisCache = new RedisCacheService(); $redisCache = new RedisCacheService();
...@@ -104,8 +108,6 @@ class FollowUpTask ...@@ -104,8 +108,6 @@ class FollowUpTask
} }
$date = date('Y-m-d', strtotime("-1 day", strtotime($time))); $date = date('Y-m-d', strtotime("-1 day", strtotime($time)));
$this->delTable($date, $siteId); $this->delTable($date, $siteId);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment