- Timestamp:
- 01/07/23 18:37:26 (23 months ago)
- Branches:
- main
- Children:
- 5e7345e
- Parents:
- 37966cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/autopartz/controller/PartController.java
r37966cf r84652fb 89 89 model.addAttribute("hasError", false); 90 90 CarSample cs = carSampleRepository.findById((Integer) session.getAttribute("carVin")).get(); 91 Integer idCM = cs.getCar().getCar_manufacturer().getI D_car_manufacturer();91 Integer idCM = cs.getCar().getCar_manufacturer().getId(); 92 92 List<RsForCm> rsForCm = rsForCmRepository.findAllByCmid(idCM); 93 93 List<RepairShop> newRepairShopList = new ArrayList<>();
Note:
See TracChangeset
for help on using the changeset viewer.