|
|
@@ -65,7 +65,7 @@ class Inventory extends Base
|
|
|
->leftjoin('stock_config b', 'a.variety_id = b.id')
|
|
|
->where('a.user_id', $this->userinfo['id'])
|
|
|
->where($where)
|
|
|
- ->whereTime('a.createtime', '-2 days')
|
|
|
+ //->whereTime('a.createtime', '-2 days')
|
|
|
->field('a.*,b.title')
|
|
|
->select();
|
|
|
$this->success('ok', $list);
|