업무일지 자료 편집시 - dev데이터로 기록되는 버그 수정

This commit is contained in:
chikyun.kim
2019-05-08 09:37:02 +09:00
parent cc59d261c1
commit 20143437a4
5 changed files with 919 additions and 292 deletions

View File

@@ -311,7 +311,7 @@ namespace FPJ0000
{
if (dr.RowState != DataRowState.Unchanged)
{
this.ta.Update(dr);
int cnt = this.ta.Update(dr);
dr.AcceptChanges();
}
}