....
This commit is contained in:
@@ -267,7 +267,7 @@ namespace FPJ0000.JobReport_
|
||||
}
|
||||
|
||||
//신규데이터라면 양식을 처리한다.
|
||||
if (dr.RowState == DataRowState.Detached || dr.RowState == DataRowState.Added)
|
||||
if (copyMOde==false && dr.RowState == DataRowState.Detached || dr.RowState == DataRowState.Added)
|
||||
{
|
||||
//해당 데이터의 메일 양식을 검사해서 데이터를 적용해준다.
|
||||
var db = new EEEntities();
|
||||
|
||||
Reference in New Issue
Block a user