This commit is contained in:
1457rk@gamil.com
2024-01-19 15:16:37 +09:00
parent 7ccfcdd899
commit 288839b964

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,