업무일지 자료 편집시 - dev데이터로 기록되는 버그 수정
This commit is contained in:
@@ -311,7 +311,7 @@ namespace FPJ0000
|
||||
{
|
||||
if (dr.RowState != DataRowState.Unchanged)
|
||||
{
|
||||
this.ta.Update(dr);
|
||||
int cnt = this.ta.Update(dr);
|
||||
dr.AcceptChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user