- Timestamp:
- 01/03/23 23:03:00 (23 months ago)
- Branches:
- main
- Children:
- 6832924
- Parents:
- feffc2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/autopartz/controller/PartController.java
rfeffc2f r60de3eb 29 29 model.addAttribute("part",temp); 30 30 model.addAttribute("amount",amount); 31 return "partinfo"; 31 model.addAttribute("bodyContent","partinfo"); 32 return "master-template"; 32 33 } 33 34 @GetMapping("/delivery/{id}") … … 35 36 model.addAttribute("repairShops",repairShopService.findAll()); 36 37 model.addAttribute("partId",id); 37 return "deliveryForPart"; 38 model.addAttribute("bodyContent","deliveryForPart"); 39 return "master-template"; 38 40 } 39 41 @PostMapping("/repairshopdelivery")
Note:
See TracChangeset
for help on using the changeset viewer.