就餐模式获取调整

This commit is contained in:
2024-09-27 09:41:54 +08:00
parent b4f227878a
commit cf9ff5c380
6 changed files with 19 additions and 18 deletions

View File

@@ -120,7 +120,7 @@ public class TbPlaceController {
public ResponseEntity<Object> getCart(
@RequestParam(defaultValue = "1") Integer page,
@RequestParam(defaultValue = "10") Integer size,
@RequestParam(required = false) Long tableId,
@RequestParam(required = false) String tableId,
@RequestParam Integer shopId,
@RequestParam String masterId,
@RequestParam String useType
@@ -146,7 +146,7 @@ public class TbPlaceController {
@ApiOperation("代客下单 ")
public ResponseEntity<Object> getMasterId(
@RequestParam Integer shopId,
@RequestParam Long tableId,
@RequestParam String tableId,
@RequestParam(defaultValue = "") String useType
) {
return ResponseEntity.ok(tbShopTableService.getMasterId(shopId, tableId, useType));