wangyingyang

update order

...@@ -49,7 +49,7 @@ public class InventoryController { ...@@ -49,7 +49,7 @@ public class InventoryController {
49 return inventoryService.getStallsByClientId(enterpriseId, clientId); 49 return inventoryService.getStallsByClientId(enterpriseId, clientId);
50 } 50 }
51 51
52 - @SaIgnore 52 +// @SaIgnore
53 @ApiOperation(value = "获取桌号") 53 @ApiOperation(value = "获取桌号")
54 @PostMapping("/tableCodes") 54 @PostMapping("/tableCodes")
55 @ResponseStatus(HttpStatus.OK) 55 @ResponseStatus(HttpStatus.OK)
......