取餐码获取修改
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user