医院其他绩效修改备注

parent 033dbf29
...@@ -516,6 +516,7 @@ public bool UpdateApr(per_apr_amount request) ...@@ -516,6 +516,7 @@ public bool UpdateApr(per_apr_amount request)
data.PerforType = request.PerforType; data.PerforType = request.PerforType;
//data.AccountingUnit = request.AccountingUnit; //data.AccountingUnit = request.AccountingUnit;
data.Amount = request.Amount; data.Amount = request.Amount;
data.Remark = request.Remark;
return perapramountRepository.Update(data); return perapramountRepository.Update(data);
} }
...@@ -939,6 +940,7 @@ public bool UpdateAprHide(per_apr_amount_hide request) ...@@ -939,6 +940,7 @@ public bool UpdateAprHide(per_apr_amount_hide request)
data.PerforType = request.PerforType; data.PerforType = request.PerforType;
//data.AccountingUnit = request.AccountingUnit; //data.AccountingUnit = request.AccountingUnit;
data.Amount = request.Amount; data.Amount = request.Amount;
data.Remark = request.Remark;
return _hideRepository.Update(data); return _hideRepository.Update(data);
} }
......
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