取餐码获取修改

This commit is contained in:
SongZhang 2024-10-23 16:49:47 +08:00
parent 84d967ca6b
commit 24a80cb24a
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public class TbPlaceController {
@GetMapping("/masterId")
@ApiOperation("代客下单 ")
public ResponseEntity<Object> getMasterId(@RequestParam Integer shopId,
@RequestParam String tableId,
@RequestParam(required = false) String tableId,
@RequestParam(required = false) Integer orderId,
@RequestParam(defaultValue = "") String useType) {
return ResponseEntity.ok(tbShopTableService.getMasterId(shopId, tableId, useType, orderId));