Commit c0d5a19c authored by hujun's avatar hujun

a.

parent 7cf1084f
......@@ -67,7 +67,7 @@ class PayLogOpenService
$params["b.house_id"] = $house_id;
$params["a.is_open"] = 0;
$params["a.is_del"] = 0;
$payLogArr = $this->payLogModel->selectListByHouseId("id", $params);
$payLogArr = $this->payLogModel->selectListByHouseId("a.id", $params);
foreach ($payLogArr as $item){
$return_id = $this->payLogOpenModel->addPayLogOpen(
$this->payLogOpenBin($item["id"], $report_id, $bargain_id, $agent_id, $house_id, $intro, $house_address, $order_id)
......
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