mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-03 13:16:35 +08:00
feat: oracle支持服务名、数据库执行超时时间配置等
This commit is contained in:
@@ -88,7 +88,7 @@ func (wf *wrapperF) QueryIntDefault(qm string, defaultInt int) int {
|
||||
|
||||
// 获取分页参数
|
||||
func (wf *wrapperF) GetPageParam() *model.PageParam {
|
||||
return &model.PageParam{PageNum: wf.QueryIntDefault("pageNum", 1), PageSize: wf.QueryIntDefault("pageSize", 10)}
|
||||
return &model.PageParam{PageNum: wf.QueryIntDefault("pageNum", 1), PageSize: wf.QueryIntDefault("pageSize", 100)}
|
||||
}
|
||||
|
||||
// 获取路径参数
|
||||
|
||||
Reference in New Issue
Block a user