Commit 6bc12b27 authored by clone's avatar clone

1

parent d316795d
......@@ -176,11 +176,11 @@ class DailyPaperService
return null;
}
//中介费入账
$field = "sum(money) as money,pay_type";
$params["agent_id"] = array("in", ($ids));
$params["is_del"] = 0;
$params["source"] = array("in", ("0,1"));
$params["create_time"] = array("between", array($daily_data, $daily_data . " 23:59:59"));
$field = "sum(money) as money,pay_type";
$params["reckon_in_store"] = $store_id;
$params["is_del"] = 0;
$params["source"] = array("in", ("0,1"));
$params["create_time"] = array("between", array($daily_data, $daily_data . " 23:59:59"));
$payLogModel = new OPayLogModel();
$officePayLogModel = new OfficeOPayLogModel();
......
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