取餐码获取修改
This commit is contained in:
parent
46ec8d47ff
commit
e663ebc8b9
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue