-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
online表单开发 功能测试和生成的代码结果不一致bug #3625
Comments
无回复,一天后关闭 |
导致不一样的是因为, 在线生成器生成代码 dicCode保持了默认, 没有使用配置的{"store":"id", "text":"username"}, 其他地方某些地方是否也有影响 我手工修改成了: ...... |
ty |
已修改 |
版本号:
3.1.0
问题描述:
在线测试和部署不一致, 数据库也存储也有问题(Auto在线表单存储的是id字段, 部署代码存储是username)
截图&代码:
在线功能测试
![image](https://user-images.githubusercontent.com/6745227/164944232-b5423fb4-e841-44bd-8a81-144b41dc6d1c.png)
生成代码部署:
![image](https://user-images.githubusercontent.com/6745227/164944235-9b61d9fc-8925-4de6-8f57-f7206278e4b6.png)
生成代码新增一行数据:
![image](https://user-images.githubusercontent.com/6745227/164944240-5bafea40-36a4-4ca2-9062-d1ba0a8425e2.png)
数据库存储也有问题:
![image](https://user-images.githubusercontent.com/6745227/164944246-6d1370b5-9625-4c0d-8126-7136b20e9e8e.png)
表单设计:
![image](https://user-images.githubusercontent.com/6745227/164944252-789ba050-2889-4b83-a431-28a7ef35ad97.png)
扩展参数:
{"store":"id", "text":"username"}
The text was updated successfully, but these errors were encountered: