Commit 10d0e195 by ruyun.zhang@suvalue.com

Merge remote-tracking branch 'origin/v2020calculate' into v2020calculate

parents 3d36ff42 8d398dbe
...@@ -102,6 +102,7 @@ public void CreateAllotPersons(int hospitalId, int allotId, int prevAllotId = -1 ...@@ -102,6 +102,7 @@ public void CreateAllotPersons(int hospitalId, int allotId, int prevAllotId = -1
Remark = t.Remark, Remark = t.Remark,
HospitalId = t.HospitalId, HospitalId = t.HospitalId,
AllotId = allotId, AllotId = allotId,
ReservedRatio = t.ReservedRatio,
CreateTime = DateTime.Now, CreateTime = DateTime.Now,
}).ToList(); }).ToList();
SaveAllotPersons(data); SaveAllotPersons(data);
......
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