Commit 1530dbc4 authored by 喻训浩's avatar 喻训浩

fix: BUG修改

parent 4503fc5c
......@@ -21,7 +21,7 @@ public class AreaController {
@ApiOperation(value = "根据区域编号查询区域实时信息", response = PaintshopArea.class, responseContainer = "List")
@GetMapping("/areaInfo/realTime")
private Return getAreaInfo(@RequestParam(value = "areaNo") String areaNo) {
private Return getAreaInfo(@RequestParam(value = "areaNo",required = false) String areaNo) {
return Return.success();
}
......
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