用户栏目新增app接口

This commit is contained in:
ly19960718 2021-05-31 17:37:02 +08:00
parent 5b1fc9cdcb
commit 94105e6da1

View File

@ -53,6 +53,7 @@ public class UserColumnServiceImpl extends DefaultBaseService implements IUserCo
Map<String, Object> params = new HashMap<>();
params.put("creator",creator);
return this.list(params);
}