Commit 74b3d2ab authored by clone's avatar clone

1

parent 43ea7ea6
......@@ -453,7 +453,7 @@ class PayLogService
try {
$m_pay = new OPayLogModel();
$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,report_id,order_id,order_no,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,
money,industry_type,received_money,type_ext,is_open,open_time,remark';
$pay_data = $m_pay->selectReceiptImgList($pay_fields, ['id' => $pay_id]);
......
......@@ -643,7 +643,7 @@ class OPayLogModel extends Model
->limit($page_size)
->page($page_no)
->select();
//echo $this->getLastSql();
echo $this->getLastSql();
return $result;
}
......
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