Commit 644878af by lcx

补全his_data字段

parent cf4e6fe3
......@@ -24,9 +24,24 @@ public class his_data
/// <summary>
///
/// </summary>
public int HospitalId { get; set; }
/// <summary>
///
/// </summary>
public int AllotId { get; set; }
/// <summary>
///
/// </summary>
public int Year { get; set; }
/// <summary>
///
/// </summary>
public int Month { get; set; }
/// <summary>
/// 科室
/// </summary>
public string Department { get; set; }
......
......@@ -129,7 +129,10 @@ private void HisData(per_allot allot, sys_hospitalconfig config, his_script scri
data.ToList().ForEach(t =>
{
t.HospitalId = allot.HospitalId;
t.AllotId = allot.ID;
t.Year = allot.Year;
t.Month = allot.Month;
t.SourceType = script.SourceType;
t.Category = script.Category;
t.CreateTime = DateTime.Now;
......
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