Commit 928b606b authored by 黄奎's avatar 黄奎

新增返回字段

parent 7c16a5d1
...@@ -1784,6 +1784,7 @@ and {ruleModel.Time} >='{dmodel.RuleSTime.Value.ToString("yyyy-MM-dd")}' and {ru ...@@ -1784,6 +1784,7 @@ and {ruleModel.Time} >='{dmodel.RuleSTime.Value.ToString("yyyy-MM-dd")}' and {ru
Status = 1, Status = 1,
List = list.Where(x => x.IsNotLook == 2).Select(x => new List = list.Where(x => x.IsNotLook == 2).Select(x => new
{ {
x.Title,
x.Id, x.Id,
x.Sort, x.Sort,
x.Progress, x.Progress,
......
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