Commit 80aae2fd authored by 赵啸非's avatar 赵啸非

添加根据部门id 查询所属大厅

parent 30d3190f
...@@ -57,6 +57,8 @@ ...@@ -57,6 +57,8 @@
</foreach> </foreach>
</if> </if>
</trim> </trim>
GROUP BY
hallId
</trim> </trim>
</select> </select>
......
...@@ -22,6 +22,17 @@ Content-Type: application/json ...@@ -22,6 +22,17 @@ Content-Type: application/json
} }
###站点部门窗口列表
POST {{baseUrl}}/window/subHalllist
Content-Type: application/json
{
"deptId":1,
"page":1,
"size":10
}
###站点部门窗口更新与保存 ###站点部门窗口更新与保存
POST {{baseUrl}}/window/save POST {{baseUrl}}/window/save
Content-Type: application/json Content-Type: application/json
......
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