|
@@ -46,7 +46,7 @@ public class PtAreaController extends BaseController {
|
|
|
/**
|
|
/**
|
|
|
* 查询建筑物区域列表
|
|
* 查询建筑物区域列表
|
|
|
*/
|
|
*/
|
|
|
- @SaCheckPermission("room:ptArea:list")
|
|
|
|
|
|
|
+ //@SaCheckPermission("room:ptArea:list")
|
|
|
@GetMapping("/list")
|
|
@GetMapping("/list")
|
|
|
public R<List<PtAreaVo>> list(PtAreaBo bo) {
|
|
public R<List<PtAreaVo>> list(PtAreaBo bo) {
|
|
|
List<PtAreaVo> list = ptAreaService.queryList(bo);
|
|
List<PtAreaVo> list = ptAreaService.queryList(bo);
|