代码合并
This commit is contained in:
@@ -147,10 +147,9 @@ public class TbPlaceController {
|
||||
public ResponseEntity<Object> getMasterId(
|
||||
@RequestParam Integer shopId,
|
||||
@RequestParam Long tableId,
|
||||
@RequestParam(defaultValue = "") String useType,
|
||||
@RequestParam(required = false) Integer vipUserId
|
||||
@RequestParam(defaultValue = "") String useType
|
||||
) {
|
||||
return ResponseEntity.ok(tbShopTableService.getMasterId(shopId, tableId, vipUserId, useType));
|
||||
return ResponseEntity.ok(tbShopTableService.getMasterId(shopId, tableId, useType));
|
||||
}
|
||||
|
||||
@AnonymousAccess
|
||||
|
||||
Reference in New Issue
Block a user