1.代客下单 无法下单fix

This commit is contained in:
2024-08-23 13:47:07 +08:00
parent 86ae5f962b
commit baf91df968
2 changed files with 23 additions and 11 deletions

View File

@@ -77,7 +77,7 @@ public class ProductController {
@RequestParam("categoryId") String categoryId,
@RequestParam("commdityName") String commdityName,
@RequestParam("masterId") String masterId,
@RequestParam("tableId") String tableId,
@RequestParam(value = "tableId", required = false) String tableId,
@RequestParam("page") int page,
@RequestParam("pageSize") int pageSize
){