Commit 4136e213 authored by liudong1993's avatar liudong1993

1

parent dcf10ea5
......@@ -836,7 +836,7 @@ namespace REBORN.Module.DMCModule
List<WhereHelper> wheres = new List<WhereHelper>() {
new WhereHelper(){
FiledName = nameof(RB_Travel_Contract_Extend.ID),
FiledValue = model.Id,
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