Commit 66598bc1 authored by 赵啸非's avatar 赵啸非

添加大厅与窗口关联

parent 283def83
......@@ -138,7 +138,7 @@ public class WindowServiceImpl extends AbstractCRUDCacheServiceImpl<WindowDao, W
*/
@Override
public Result<WindowEntity> findSubHallList(WindowEntity windowQuery, PageInfo pageInfo, Context context) throws AppException {
return this.findSubHallList(windowQuery, pageInfo, context);
return this.getDao().getSubHallList(windowQuery, pageInfo);
}
......
......@@ -11,6 +11,16 @@ Content-Type: application/json
"fromnum": "1E%"
}
###站点部门窗口列表
POST {{baseUrl}}/window/subHalllist
Content-Type: application/json
{
"siteId":1,
"page":1,
"size":10
}
###站点部门窗口更新与保存
POST {{baseUrl}}/window/save
......
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