Commit 72b0fdac8815b7f33d00137ead1c373055b2e0b1
1 parent
eaf95f0a
增加针对水岸天街左右区分的空闲车位更新
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/zteits/irain/portal/web/irain/UpdateFreeBerthController.java
@@ -89,7 +89,7 @@ public class UpdateFreeBerthController { | @@ -89,7 +89,7 @@ public class UpdateFreeBerthController { | ||
89 | } | 89 | } |
90 | 90 | ||
91 | @ApiOperation("特殊处理-针对水岸天街左右更新空闲车位总数") | 91 | @ApiOperation("特殊处理-针对水岸天街左右更新空闲车位总数") |
92 | - @GetMapping("updateFreeBerthForSpecial") | 92 | + @PostMapping("updateFreeBerthForSpecial") |
93 | public BizResultVO<Boolean> updateFreeBerthForSpecial(@RequestParam Map<String,Integer> freeBerthsMap){ | 93 | public BizResultVO<Boolean> updateFreeBerthForSpecial(@RequestParam Map<String,Integer> freeBerthsMap){ |
94 | //通过上报停车场编号查询对应的自己内部停车场编号 | 94 | //通过上报停车场编号查询对应的自己内部停车场编号 |
95 | logger.info("特殊处理-针对水岸天街左右更新空闲车位总数请求参数:"+JSONObject.toJSONString(freeBerthsMap)); | 95 | logger.info("特殊处理-针对水岸天街左右更新空闲车位总数请求参数:"+JSONObject.toJSONString(freeBerthsMap)); |