Commit 75d459badf1abbca7ae2d58752ac0f472672fe26
1 parent
065409f147
Exists in
master
and in
1 other branch
增加退出登录接口
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/OrganizationController.java
View file @
75d459b
... | ... | @@ -151,7 +151,7 @@ |
151 | 151 | @RequestParam(value = "provinceId") String provinceId, |
152 | 152 | @RequestParam(value = "cityId") String cityId, |
153 | 153 | @RequestParam(value = "areaId") String areaId, |
154 | - @RequestParam(value = "streetId") String streetId, | |
154 | + @RequestParam(value = "streetId",required = false) String streetId, | |
155 | 155 | @RequestParam(value = "address") String address, |
156 | 156 | @RequestParam(value = "description", required = false) String description, |
157 | 157 | @RequestParam(value = "shortCode", required = false) String shortCode) { |