20240424 质量综合管理导入
This commit is contained in:
@@ -431,6 +431,9 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
}
|
||||
des.JoinPersonNum = Funs.GetNewInt(pds.Rows[i][6].ToString().Trim());
|
||||
des.RemarCode = pds.Rows[i][7].ToString().Trim();
|
||||
des.CompileMan = this.CurrUser.UserId;
|
||||
des.CompileDate = DateTime.Now;
|
||||
des.Status = BLL.Const.Comprehensive_Compile;
|
||||
BLL.DesignDetailsService.AddDesignDetails(des);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user