Replies: 2 comments 7 replies
-
连错数据库 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
var query = DB.RoadFlow.Ado
.Query<RoadFlow.Data.Model.Dictionary>("SELECT * FROM Dictionary WHERE ParentID=(SELECT ID FROM Dictionary WHERE Code=@code) ORDER BY Sort",
new { Code = code });
数据库有数据,orm查询没有数据
Beta Was this translation helpful? Give feedback.
All reactions