springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/api/ComPropertyAlarmApi.java
@@ -37,7 +37,7 @@ * @param commonPage 查询实体 * @return 所有数据 */ @PostMapping("queryAll") @PostMapping("queryAll/noToken") public R selectAll(@RequestBody CommonPage commonPage) { return this.comPropertyAlarmService.pageList(commonPage); }