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
Remark = t.Remark,
HospitalId = t.HospitalId,
AllotId = allotId,
ReservedRatio = t.ReservedRatio,
CreateTime = DateTime.Now,
}).ToList();
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