Commit 08701f2e by lcx

Merge branch 'develop' into feature/抽取配置优化

parents a7e5d5de 23f24133
...@@ -695,6 +695,7 @@ public bool IssuedChangeSecond(per_allot allot, List<ag_secondallot> secondList) ...@@ -695,6 +695,7 @@ public bool IssuedChangeSecond(per_allot allot, List<ag_secondallot> secondList)
if (item.IssueStatus == 2) if (item.IssueStatus == 2)
{ {
second.UseTempId = null;
second.Status = 4; second.Status = 4;
second.Remark = "科室绩效结果发生变更,需要重新提交"; second.Remark = "科室绩效结果发生变更,需要重新提交";
if (hospital.IsOpenNursingDeptAudit == 1) if (hospital.IsOpenNursingDeptAudit == 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