From 75d459badf1abbca7ae2d58752ac0f472672fe26 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Tue, 3 May 2016 16:46:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=80=80=E5=87=BA=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lyms/platform/operate/web/controller/OrganizationController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/OrganizationController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/OrganizationController.java index 67d3916..dfe8f71 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/OrganizationController.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/OrganizationController.java @@ -151,7 +151,7 @@ public class OrganizationController extends BaseController { @RequestParam(value = "provinceId") String provinceId, @RequestParam(value = "cityId") String cityId, @RequestParam(value = "areaId") String areaId, - @RequestParam(value = "streetId") String streetId, + @RequestParam(value = "streetId",required = false) String streetId, @RequestParam(value = "address") String address, @RequestParam(value = "description", required = false) String description, @RequestParam(value = "shortCode", required = false) String shortCode) { -- 1.8.3.1