备注修改

parent 4a2a3035
...@@ -257,8 +257,8 @@ public void Pigeonhole(per_allot allot) ...@@ -257,8 +257,8 @@ public void Pigeonhole(per_allot allot)
var again = _againallotRepository.GetEntities(t => t.AllotID == allot.ID); var again = _againallotRepository.GetEntities(t => t.AllotID == allot.ID);
foreach (var item in again) foreach (var item in again)
{ {
item.Remark = $"原状态:{item.States},归档更改状态";
item.States = 5; item.States = 5;
item.Remark = "归档";
_againallotRepository.Update(item); _againallotRepository.Update(item);
} }
} }
......
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