mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 04:03:45 +09:00
#update
stock/list.jps WarehouseController.java WarehouseMapper.xml #insert warehouse/read.jsp
This commit is contained in:
@@ -49,8 +49,8 @@ public class WarehouseController {
|
||||
|
||||
|
||||
// 재고 상세페이지
|
||||
@PostMapping("warehouse/read/{id}")
|
||||
public String read(@PathVariable String id, Model m) {
|
||||
@PostMapping("warehouse/read")
|
||||
public String read(String id, Model m) {
|
||||
//스톡서비스로 재고 상세페이지 출력 메서드 작성
|
||||
WarehouseDto dto = service.warehouseOne(id);
|
||||
m.addAttribute("dto", dto);
|
||||
|
||||
Reference in New Issue
Block a user