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
2 months ago
parent
1493b135cb
commit
dfab122446
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/customer/hdl/hdl_enterprise.go
+ 2
- 2
app/customer/hdl/hdl_enterprise.go
View File
@@ -21,10 +21,10 @@ func EnterpriseList(c *gin.Context) {
return
}
if req.Limit == 0 {
req.Limit = 10
req.Limit = 10
0
}
if req.Page == 0 {
req.Page = 1
0
req.Page = 1
}
platform := c.GetHeader("platform")
Write
Preview
Loading…
Cancel
Save