This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
smart_canteen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
dengbiao
3 months ago
parent
dfab122446
commit
308b81b6df
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/customer/hdl/hdl_enterprise.go
+ 1
- 0
app/customer/hdl/hdl_enterprise.go
View File
@@ -27,6 +27,7 @@ func EnterpriseList(c *gin.Context) {
req.Page = 1
}
req.Limit = 100
platform := c.GetHeader("platform")
enterprises, total, err := svc.EnterpriseList(req, platform)
if err != nil {
Write
Preview
Loading…
Cancel
Save