更新数据维护和查询等功能,适配CIS数据表实体表善事查询。
This commit is contained in:
@@ -67,7 +67,7 @@ class PdmPartitemView extends AdminController
|
||||
$subQuery = '( SELECT object.id FROM ' . $subQuery . ' AS object )';
|
||||
|
||||
// $list = $this->model->where($where)->limit((int)$limit)->page((int)$page)->select();
|
||||
$list = $this->model->with($this->relationModel)->where('id in' . $subQuery)->order($order, 'asc')->select() ;
|
||||
$list = $this->model->with($this->relationModel)->where('id in' . $subQuery)->order($order, 'desc')->select() ;
|
||||
// $list = $this->model->where($where)->limit((int)$limit)->page((int)$page)->select();
|
||||
|
||||
return $this->success('查询成功', null, $list, $count);
|
||||
|
||||
Reference in New Issue
Block a user