feat:完善项目
This commit is contained in:
@ -19,10 +19,11 @@ func (c *Instance) List() (*basic.PageDataResponse, error) {
|
||||
//if {
|
||||
//
|
||||
//}
|
||||
|
||||
out := make([]*model2.SysRole, 0)
|
||||
|
||||
model2.Find(mSysRole.SysRole, &out, where...)
|
||||
if err := model2.Find(mSysRole.SysRole, &out, where...); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return &basic.PageDataResponse{Data: nil, Count: 0}, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user