This commit is contained in:
1457rk
2024-01-19 15:19:54 +09:00
parent 288839b964
commit 3c90de652a

View File

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