Commit 67d2b23a by 李承祥

生成绩效时校验数据;清除校验数据时,同时清除表log_check数据。

parent a63ba523
...@@ -30,6 +30,7 @@ public int DeleteData(int allotId) ...@@ -30,6 +30,7 @@ public int DeleteData(int allotId)
"res_baiscnorm", "res_baiscnorm",
"res_compute", "res_compute",
"res_specialunit", "res_specialunit",
"log_check",
}; };
string sql = ""; string sql = "";
tableArray.ForEach(t => sql += $"delete from {t} where allotid=@allotId;"); tableArray.ForEach(t => sql += $"delete from {t} where allotid=@allotId;");
......
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