Commit e2fd7aca62d83ed73bfec94d31e8bce965c8e176
1 parent
edda8d60
1.上电科计划配车接口变更,加入自编号串,以','分割
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/java/com/bsth/server_rs/dks/DksRestService.java
| @@ -184,7 +184,6 @@ public class DksRestService { | @@ -184,7 +184,6 @@ public class DksRestService { | ||
| 184 | if (max < config.getCarCount()) { | 184 | if (max < config.getCarCount()) { |
| 185 | max = config.getCarCount(); | 185 | max = config.getCarCount(); |
| 186 | maxCodes = config.getCarCodes(); | 186 | maxCodes = config.getCarCodes(); |
| 187 | - log.error(maxCodes); | ||
| 188 | } | 187 | } |
| 189 | if (i == len - 1) { | 188 | if (i == len - 1) { |
| 190 | vo.setBusMaxCount(max); | 189 | vo.setBusMaxCount(max); |