From f18bd0acba4cbc10ded05a3688b15f77d35f494e Mon Sep 17 00:00:00 2001 From: gengxiaokai Date: Mon, 20 Aug 2018 18:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=A6=E7=9A=87=E5=B2=9B=E5=86=A0=E6=96=B0?= =?UTF-8?q?=E5=85=AC=E5=8D=AB=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/lyms/platform/operate/web/controller/QhdJbgwController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/QhdJbgwController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/QhdJbgwController.java index 211339c..b9543a4 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/QhdJbgwController.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/QhdJbgwController.java @@ -22,7 +22,7 @@ public class QhdJbgwController { private QhdJbgwInterface qhdJbgwInterface; - @RequestMapping(method = RequestMethod.POST,value = "/qhd/ycdj") + @RequestMapping(/*method = RequestMethod.POST,*/value = "/qhd/ycdj") @ResponseBody public List> qhdYcdj(@RequestBody String startDate,@RequestBody String endDate){ if(StringUtils.isNotEmpty(startDate) && StringUtils.isNotEmpty(endDate)){ -- 1.8.3.1