Commit 37dda8b3d284708393626bde43d6daa34e341bca
1 parent
d2e3b162
1.保存进出场路段时,更新后面路段的routeCode
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/service/impl/InoutCarparkServiceImpl.java
| @@ -209,6 +209,7 @@ public class InoutCarparkServiceImpl extends BaseServiceImpl<LsInoutSectionRoute | @@ -209,6 +209,7 @@ public class InoutCarparkServiceImpl extends BaseServiceImpl<LsInoutSectionRoute | ||
| 209 | }else { | 209 | }else { |
| 210 | routeCode = 1; | 210 | routeCode = 1; |
| 211 | } | 211 | } |
| 212 | + lsInoutSectionRouteRepository.sectionUpdSectionRouteCode(lineCode, versions, start, end, routeCode); | ||
| 212 | sectionRoute.setSectionrouteCode(routeCode); | 213 | sectionRoute.setSectionrouteCode(routeCode); |
| 213 | sectionRoute.setLineCode(lineCode); | 214 | sectionRoute.setLineCode(lineCode); |
| 214 | sectionRoute.setSection(section); | 215 | sectionRoute.setSection(section); |