sirizhou

Results 2 issues of sirizhou

### bug 描述 [详细地描述 bug,让大家都能理解] 使用admin插件生成了数据库curd程序。对其中的数值进行筛选,筛选后进行排序,出现错误 ![Ubuntu20PW2015-2021-11-18-11-34-02](https://user-images.githubusercontent.com/29918459/142347186-d5970a6f-a9ed-4cb9-b9b4-58b1d498921a.png) ![Ubuntu20PW2015-2021-11-18-11-34-19](https://user-images.githubusercontent.com/29918459/142347194-d063818a-9a99-4c16-819e-4e1c77a19518.png) ### 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ![image](https://user-images.githubusercontent.com/29918459/142347436-572310dd-ea24-4647-99ec-2b97b99cb021.png) (十分抱歉我虚拟机没法上网) ### 期望结果 [描述你原本期望看到的结果] 可对筛选后的结果进行排序 ### 复现代码 [提供可复现的代码,仓库,或线上示例] ```go salaryPanel := info.AddField("通道编号", "emp_no",db.Int).FieldSortable() salaryPanel.FieldFilterable(types.FilterType{FormType: form.NumberRange}) ``` ### 版本信息:...

🐛bug

### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...

🐞 bug
tts