-
Notifications
You must be signed in to change notification settings - Fork 58
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
chore: 修复dde-osd的GetRecordsFromId接口调用失败问题 #303
base: master
Are you sure you want to change the base?
Conversation
原因:sqlcmd未prepare,未执行数据库查询,接口返回错误 修改:添加 m_query.prepare(sqlCmd) Log: 修复dde-osd的GetRecordsFromId接口调用失败问题 Influence: GetRecordsFromId接口
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议绑定一个任务单或者 bug单号
TAG Bot New tag: 6.0.12 |
TAG Bot New tag: 6.0.13 |
TAG Bot New tag: 6.0.14 |
TAG Bot New tag: 6.0.15 |
TAG Bot New tag: 6.0.16 |
TAG Bot New tag: 6.0.17 |
TAG Bot New tag: 6.0.18 |
TAG Bot New tag: 6.0.19 |
TAG Bot New tag: 6.0.20 |
TAG Bot New tag: 6.0.21 |
TAG Bot New tag: 6.0.22 |
TAG Bot New tag: 6.0.23 |
TAG Bot New tag: 6.0.24 |
TAG Bot New tag: 6.0.25 |
原因:sqlcmd未prepare,未执行数据库查询,接口返回错误
修改:添加 m_query.prepare(sqlCmd)
Log: 修复dde-osd的GetRecordsFromId接口调用失败问题
Influence: GetRecordsFromId接口