Commit 800f7aa0 authored by liudong1993's avatar liudong1993

对齐视图 返回用户id

parent 51b9383f
......@@ -6256,6 +6256,7 @@ and {ruleModel.Time} >='{dmodel.RuleSTime.Value:yyyy-MM-dd}' and {ruleModel.Time
x.Status,
x.EmName,
x.EmPhoto,
UserId = x.CreateBy,
ParentList = x.ParentSingleList.Select(y => new
{
y.Id,
......@@ -6267,6 +6268,7 @@ and {ruleModel.Time} >='{dmodel.RuleSTime.Value:yyyy-MM-dd}' and {ruleModel.Time
y.ProgressState,
ProgressStateName = y.ProgressState.ToName(),
y.ParentNum,
UserId = y.CreateBy,
y.EmName,
y.EmPhoto
}),
......@@ -6281,6 +6283,7 @@ and {ruleModel.Time} >='{dmodel.RuleSTime.Value:yyyy-MM-dd}' and {ruleModel.Time
y.ProgressState,
ProgressStateName = y.ProgressState.ToName(),
y.ChildNum,
UserId = y.CreateBy,
y.EmName,
y.EmPhoto
}),
......@@ -6768,6 +6771,7 @@ and {ruleModel.Time} >='{dmodel.RuleSTime.Value:yyyy-MM-dd}' and {ruleModel.Time
x.ProgressState,
ProgressStateName = x.ProgressState.ToName(),
x.Status,
UserId = x.CreateBy,
x.EmName,
x.EmPhoto,
ParentList = x.ParentSingleList.Select(y => new
......@@ -6781,6 +6785,7 @@ and {ruleModel.Time} >='{dmodel.RuleSTime.Value:yyyy-MM-dd}' and {ruleModel.Time
IsNotLook = 2,
ProgressStateName = y.ProgressState.ToName(),
y.ParentNum,
UserId = y.CreateBy,
y.EmName,
y.EmPhoto
}),
......@@ -6795,6 +6800,7 @@ and {ruleModel.Time} >='{dmodel.RuleSTime.Value:yyyy-MM-dd}' and {ruleModel.Time
IsNotLook = 2,
ProgressStateName = y.ProgressState.ToName(),
y.ChildNum,
UserId = y.CreateBy,
y.EmName,
y.EmPhoto
}),
......@@ -6854,6 +6860,7 @@ and {ruleModel.Time} >='{dmodel.RuleSTime.Value:yyyy-MM-dd}' and {ruleModel.Time
IsNotLook = 2,
ProgressStateName = y.ProgressState.ToName(),
y.ParentNum,
UserId = y.CreateBy,
y.EmName,
y.EmPhoto
});
......@@ -6901,6 +6908,7 @@ and {ruleModel.Time} >='{dmodel.RuleSTime.Value:yyyy-MM-dd}' and {ruleModel.Time
IsNotLook = 2,
ProgressStateName = y.ProgressState.ToName(),
y.ChildNum,
UserId = y.CreateBy,
y.EmName,
y.EmPhoto
});
......
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