Commit 1d272901d8c514549b0cc845fbbfc0d5a19c1ef2

Authored by youxiw2000
1 parent e7c43147

1

src/main/java/com/bsth/service/impl/StationRouteServiceImpl.java
@@ -860,7 +860,7 @@ public class StationRouteServiceImpl extends BaseServiceImpl<StationRoute, Integ @@ -860,7 +860,7 @@ public class StationRouteServiceImpl extends BaseServiceImpl<StationRoute, Integ
860 Line line = lineRepository.findById(lineId).get(); 860 Line line = lineRepository.findById(lineId).get();
861 861
862 862
863 - Business company = businessRepository.findByBusinessCode(line.getBrancheCompany()).get(0); 863 + Business company = businessRepository.findByBusinessCode(line.getCompany()).get(0);
864 864
865 Integer fileVersions = lineRepository.findfileVersions(lineId); 865 Integer fileVersions = lineRepository.findfileVersions(lineId);
866 if(fileVersions == null) { 866 if(fileVersions == null) {