|
@@ -964,7 +964,7 @@ class Good extends Base
|
|
|
'size' => 15
|
|
|
], 'post', 'trim');
|
|
|
|
|
|
- $where = [];
|
|
|
+ $where = [["gl.is_del","=",0]];
|
|
|
if ($param['good_type']!='') $where[] = ['gb.good_type', '=', $param['good_type']];
|
|
|
// if (!empty($param['start'])) $where[] = ['gl.addtime', '>=', $param['start']];
|
|
|
// if (!empty($param['end'])) $where[] = ['gl.addtime', '<=', $param['end'] . ' 23:59:59'];
|