更新统计查询
This commit is contained in:
parent
b52dea68f2
commit
fb04e2d60d
@ -905,7 +905,7 @@ class Auth extends BaseController
|
||||
$districtCode = $this->request->param('district_code', '');
|
||||
$streetCode = $this->request->param('street_code');
|
||||
$villageCode = $this->request->param('village_code', '');
|
||||
$brigadeId = $this->request->param('brigade_id', 0);
|
||||
$brigadeId = $this->request->param('brigade_id', -1);
|
||||
$startDate = $this->request->param('start_date', date('Y-m-d'));
|
||||
$endDate = $this->request->param('end_date', date('Y-m-d'));
|
||||
$queryBuilder = Db::name('ProductOrderLog')->where('status', 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user