接口修改5
This commit is contained in:
parent
b3cdc4f743
commit
e5bbe5dbaa
@ -1452,8 +1452,10 @@ class Maintainentry extends BaseController
|
|||||||
if (empty($type)) {
|
if (empty($type)) {
|
||||||
$this->apiError('缺少参数');
|
$this->apiError('缺少参数');
|
||||||
} else {
|
} else {
|
||||||
$where['type'] = $type;
|
|
||||||
$where['status'] = 'normal';
|
$where[] = ['pid','<>',0];
|
||||||
|
$where[] = ['type','=',$type];
|
||||||
|
$where[] = ['status','=','normal'];
|
||||||
$result = Db::table('fa_category')->where($where)->field('id,name,weigh')->order('weigh desc')->select();
|
$result = Db::table('fa_category')->where($where)->field('id,name,weigh')->order('weigh desc')->select();
|
||||||
if ($result) {
|
if ($result) {
|
||||||
$this->apiSuccess('获取成功', $result, 1);
|
$this->apiSuccess('获取成功', $result, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user