就餐模式获取调整
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user