Commit e2fd7aca62d83ed73bfec94d31e8bce965c8e176

Authored by 王通
1 parent edda8d60

1.上电科计划配车接口变更,加入自编号串,以','分割

src/main/java/com/bsth/server_rs/dks/DksRestService.java
... ... @@ -184,7 +184,6 @@ public class DksRestService {
184 184 if (max < config.getCarCount()) {
185 185 max = config.getCarCount();
186 186 maxCodes = config.getCarCodes();
187   - log.error(maxCodes);
188 187 }
189 188 if (i == len - 1) {
190 189 vo.setBusMaxCount(max);
... ...