|
@@ -13,7 +13,7 @@ class GoodOfflineLog extends Base
|
|
public function getList()
|
|
public function getList()
|
|
{
|
|
{
|
|
|
|
|
|
- $param = $this->request->only(['start_date' => '', "spuCode"=>'',"good_name"=>'','end_date' => '', 'creater' => '', 'page' => 1,'size' => 15], 'post', 'trim');
|
|
|
|
|
|
+ $param = $this->request->only(['start_date' => '','companyNo' => '','supplierNo' => '', "spuCode"=>'',"good_name"=>'','end_date' => '', 'creater' => '', 'page' => 1,'size' => 15], 'post', 'trim');
|
|
|
|
|
|
$where = [];
|
|
$where = [];
|
|
if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['a.addtime', 'between', [$param['start_date'], $param['end_date']]];
|
|
if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['a.addtime', 'between', [$param['start_date'], $param['end_date']]];
|