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