Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangyingyang
2024-11-20 11:29:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ce6a3b9085044d7a1d77d2de8bc39a889978e886
ce6a3b90
1 parent
c2335df8
update order
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/infoloop/tianting/controller/InventoryController.java
src/main/java/com/infoloop/tianting/controller/InventoryController.java
View file @
ce6a3b9
...
...
@@ -49,7 +49,7 @@ public class InventoryController {
return
inventoryService
.
getStallsByClientId
(
enterpriseId
,
clientId
);
}
@SaIgnore
//
@SaIgnore
@ApiOperation
(
value
=
"获取桌号"
)
@PostMapping
(
"/tableCodes"
)
@ResponseStatus
(
HttpStatus
.
OK
)
...
...
Please
register
or
login
to post a comment