取餐码获取修改
This commit is contained in:
parent
46ec8d47ff
commit
e663ebc8b9
|
|
@ -136,7 +136,7 @@ public class TbPlaceController {
|
||||||
@GetMapping("/masterId")
|
@GetMapping("/masterId")
|
||||||
@ApiOperation("代客下单 ")
|
@ApiOperation("代客下单 ")
|
||||||
public ResponseEntity<Object> getMasterId(@RequestParam Integer shopId,
|
public ResponseEntity<Object> getMasterId(@RequestParam Integer shopId,
|
||||||
@RequestParam String tableId,
|
@RequestParam(required = false) String tableId,
|
||||||
@RequestParam(required = false) Integer orderId,
|
@RequestParam(required = false) Integer orderId,
|
||||||
@RequestParam(defaultValue = "") String useType) {
|
@RequestParam(defaultValue = "") String useType) {
|
||||||
return ResponseEntity.ok(tbShopTableService.getMasterId(shopId, tableId, useType, orderId));
|
return ResponseEntity.ok(tbShopTableService.getMasterId(shopId, tableId, useType, orderId));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue