You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 });
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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