Commit 09a36c39 authored by liudong1993's avatar liudong1993

1

parent 34b811a4
......@@ -1221,7 +1221,7 @@ namespace Edu.Module.Course
List<WhereHelper> wheres = new List<WhereHelper>() {
new WhereHelper(){
FiledName=nameof(RB_Teaching_Perf_ViewModel.Id),
FiledValue=frid,
FiledValue=tmodel.Id,
OperatorEnum=OperatorEnum.Equal
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment