This commit is contained in:
Kana
2024-01-19 15:01:18 +09:00
parent 54d3b16003
commit 7ccfcdd899

View File

@@ -28,7 +28,7 @@ public class PriceController {
PriceService priceService;
@Autowired
ProductService productService;
@GetMapping("/list")
public String list(@RequestParam(name = "searchn", defaultValue = "0") int searchn,
@RequestParam(name = "search", defaultValue = "") String search,