Commit 0b5f6e4b authored by clone's avatar clone

1

parent b2f8af16
......@@ -67,8 +67,9 @@ class PayLogOpenService
$where["b.house_id"] = $house_id;
$where["a.is_open"] = 0;
$where["a.is_del"] = 0;
$where["a.type"] = array("in", "91,92");
$payLogArr = $this->payLogModel->selectListByHouseId("a.id", $where);
foreach ($payLogArr as $item){
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