Commit 477f9390 by 钟博

修改备注

parent 6a68ad2b
......@@ -734,7 +734,7 @@ public List<IssuedPromptResponse> IssuedPrompt(per_allot allot, AllotRequest req
var second = updSecondQuery.FirstOrDefault(c => c.Id == t.Id);
t.RealGiveFee = t.PreRealGiveFee;
t.Status = second.Status;
t.Remark = second.StatusRemake;
t.Remark = second.Remark;
t.NursingDeptStatus = second.NursingDeptStatus;
t.NursingDeptRemark = second.NursingDeptRemark;
});
......
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