This website works better with JavaScript.
首頁
探索
說明
登入
SmartCanteen
/
smart_canteen
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
update
master
dengbiao
2 月之前
父節點
1493b135cb
當前提交
dfab122446
共有
1 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
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
查看文件
@@ -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…
取消
儲存