Commit b2b17623 authored by 赵啸非's avatar 赵啸非

添加角色列表携带menuIds

parent 6fbb8037
......@@ -77,6 +77,7 @@ public class AreaController extends BaseCRUDJsonBodyMappingController<AreaServic
* 根据parentId查询子信息
*/
@GetMapping(value = "getListByParentId")
@UnAuth
public String getListByParentId(String parentId) {
JSONObject ret = new JSONObject();
Map<String, Object> model = new HashMap<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment