Commit 4010c079 authored by hujun's avatar hujun

paylog_id

parent c3f0fac5
...@@ -294,7 +294,7 @@ class DailyPaperService ...@@ -294,7 +294,7 @@ class DailyPaperService
$payLogModel->selectPayLogListByBargainReport($field_money, $params) $payLogModel->selectPayLogListByBargainReport($field_money, $params)
); );
//调整出账 //调整出账
$field_adjustment = "b.id,c.house_id,b.new_paylog_id as pay_log_id,a.agent_id,b.money,a.income_time,b.type,a.receipt_number,a.create_time,a.transaction_fee"; $field_adjustment = "b.id,c.house_id,b.new_paylog_id as pay_log_id,a.agent_id,b.money,a.income_time,b.type,a.receipt_number,a.create_time,a.transaction_fee,b.paylog_id as old_paylog_id";
$params_adjustment["a.agent_id"] = array("in", ($ids)); $params_adjustment["a.agent_id"] = array("in", ($ids));
$params_adjustment["a.is_del"] = 0; $params_adjustment["a.is_del"] = 0;
$params_adjustment["b.is_del"] = 0; $params_adjustment["b.is_del"] = 0;
......
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