Results 6 issues of Will

### bug 描述 [详细地描述 bug,让大家都能理解] 详情中字段的连表查询无效 ### 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ### 期望结果 [描述你原本期望看到的结果] ### 复现代码 [提供可复现的代码,仓库,或线上示例] ### 版本信息: - GoAdmin 版本: - golang 版本: - 浏览器环境: - 开发环境: ### 其他信息 [如截图等其他信息可以贴在这里]

🐛bug
pending

### Description [describe your questions] 问题是这样的,我的表单的第二个下拉框依赖第一个的值,所以我应该怎么取第一个表单项的值去ajax请求拿第二个表单的数据??? ### Example code [If you have any code info] ``` go formList.AddField("影视资源", "movie_id", db.Int, form.SelectSingle). FieldOptions(movieOptions). FieldOnChooseAjax("movie_investment_id", `/test/aaaa?movie_id=1`, handler) formList.AddField("招商项目", "movie_investment_id", db.Int, form.SelectSingle) ```...

**Is your feature request related to a problem? Please describe.** When I am writing the api file, I want to strictly control the returned fields, then there will be type...

stale

**Describe the bug** My scheduler program runs in the Asia/Shanghai time zone, and the asynq server also runs in the Asia/Shanghai environment. However, when I start it, I can see...

bug
enhancement
good first issue

![image](https://user-images.githubusercontent.com/16560252/225179286-5c5a23ec-0ac9-446e-aad7-ca90eed71a12.png)

**To Reproduce** Steps to reproduce the behavior, if applicable: ![uTools_1687743939498](https://github.com/zeromicro/go-zero/assets/16560252/88f52ec3-7aab-451b-92b8-71b6e988ff48) **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help...

stale