Commit 1d272901d8c514549b0cc845fbbfc0d5a19c1ef2
1 parent
e7c43147
1
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/impl/StationRouteServiceImpl.java
| ... | ... | @@ -860,7 +860,7 @@ public class StationRouteServiceImpl extends BaseServiceImpl<StationRoute, Integ |
| 860 | 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 | 865 | Integer fileVersions = lineRepository.findfileVersions(lineId); |
| 866 | 866 | if(fileVersions == null) { | ... | ... |