@@ -22,7 +22,7 @@ class PicTextController extends BaseController
$where = [];
$where['mainId'] = $this->mainId;
$where['delStatus'] = 0;
- $where['type'] = $type;
+ // $where['type'] = $type; // 需求需要所有都展示,不分类别
$list = PicTextClass::getList('id, title, addTime', $where, 'addTime desc');
util::success($list);