Commit 13b563a9 by lizefeng

新增计算 settlement id

parent a04c014c
......@@ -18,6 +18,7 @@ namespace AutoTurnOver.Models
/// </summary>
public int ana_status { get; set; }
public string ana_error { get; set; }
public string data_id { get; set; }
public string ana_stack_trace { get; set; }
public string content { get; set; }
public DateTime create_time { get; set; }
......
......@@ -644,9 +644,11 @@ namespace AutoTurnOver.Services
{
MyMySqlConnection._connection.Insert(settlementDbData);
}
ana_task.data_id = settlementDbData.settlement_id;
}
ana_task.ana_error = "";
ana_task.ana_stack_trace = "";
ana_task.ana_status = 1;
......
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