用户栏目新增app接口
This commit is contained in:
parent
5b1fc9cdcb
commit
94105e6da1
@ -53,6 +53,7 @@ public class UserColumnServiceImpl extends DefaultBaseService implements IUserCo
|
|||||||
Map<String, Object> params = new HashMap<>();
|
Map<String, Object> params = new HashMap<>();
|
||||||
params.put("creator",creator);
|
params.put("creator",creator);
|
||||||
return this.list(params);
|
return this.list(params);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user