Commit 6494e39cd741270dd9c014ed08b0dcc22b536e6a
1 parent
93d8dffc
注释空闲车位监听
Showing
1 changed file
with
4 additions
and
3 deletions
src/main/java/com/zteits/irain/portal/config/listener/FreeBrethsListener.java
1 | -package com.zteits.irain.portal.config.listener; | 1 | +/*package com.zteits.irain.portal.config.listener; |
2 | 2 | ||
3 | import java.util.ArrayList; | 3 | import java.util.ArrayList; |
4 | import java.util.List; | 4 | import java.util.List; |
@@ -20,7 +20,7 @@ import com.zteits.irain.portal.service.interfaces.induction.InductionService; | @@ -20,7 +20,7 @@ import com.zteits.irain.portal.service.interfaces.induction.InductionService; | ||
20 | import com.zteits.irain.portal.service.interfaces.induction.param.DoLevelTwoAndThreeInductionReleaseBatchRequest; | 20 | import com.zteits.irain.portal.service.interfaces.induction.param.DoLevelTwoAndThreeInductionReleaseBatchRequest; |
21 | import com.zteits.irain.portal.service.interfaces.induction.param.InductionRelease; | 21 | import com.zteits.irain.portal.service.interfaces.induction.param.InductionRelease; |
22 | 22 | ||
23 | -/** | 23 | +*//** |
24 | * 空闲车位监听器<br> | 24 | * 空闲车位监听器<br> |
25 | * | 25 | * |
26 | * Copyright: Copyright (c) 2017 zteits | 26 | * Copyright: Copyright (c) 2017 zteits |
@@ -34,7 +34,7 @@ import com.zteits.irain.portal.service.interfaces.induction.param.InductionRelea | @@ -34,7 +34,7 @@ import com.zteits.irain.portal.service.interfaces.induction.param.InductionRelea | ||
34 | * Date Author Version Description | 34 | * Date Author Version Description |
35 | *---------------------------------------------------------* | 35 | *---------------------------------------------------------* |
36 | * 2017年6月7日 zhaowg v1.0.0 创建 | 36 | * 2017年6月7日 zhaowg v1.0.0 创建 |
37 | - */ | 37 | + *//* |
38 | @Component | 38 | @Component |
39 | public class FreeBrethsListener implements MessageListener{ | 39 | public class FreeBrethsListener implements MessageListener{ |
40 | private static final Logger logger = LoggerFactory.getLogger(FreeBrethsListener.class); | 40 | private static final Logger logger = LoggerFactory.getLogger(FreeBrethsListener.class); |
@@ -65,3 +65,4 @@ public class FreeBrethsListener implements MessageListener{ | @@ -65,3 +65,4 @@ public class FreeBrethsListener implements MessageListener{ | ||
65 | inductionService.doLevelTwoAndThreeInductionReleaseBatch(releaseBatchRequest); | 65 | inductionService.doLevelTwoAndThreeInductionReleaseBatch(releaseBatchRequest); |
66 | } | 66 | } |
67 | } | 67 | } |
68 | +*/ | ||
68 | \ No newline at end of file | 69 | \ No newline at end of file |