feat: oracle支持服务名、数据库执行超时时间配置等

This commit is contained in:
meilin.huang
2024-03-07 17:26:11 +08:00
parent 986b187f0a
commit 8589105e44
21 changed files with 110 additions and 41 deletions

View File

@@ -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)}
}
// 获取路径参数