提交代码
This commit is contained in:
@@ -570,7 +570,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
oldViewInfo.Remark = pds.Rows[i][13].ToString().Trim();
|
||||
oldViewInfo.RemarkCode = Funs.GetNewInt(pds.Rows[i][14].ToString().Trim());
|
||||
|
||||
oldViewInfo.InspectionPersonId = SQLHelper.GetNewID(typeof(Model.Comprehensive_InspectionPerson));
|
||||
//oldViewInfo.InspectionPersonId = SQLHelper.GetNewID(typeof(Model.Comprehensive_InspectionPerson));
|
||||
oldViewInfo.CompileMan = this.CurrUser.UserId;
|
||||
oldViewInfo.CompileDate = DateTime.Now.Date;
|
||||
oldViewInfo.Status = BLL.Const.Comprehensive_Compile;
|
||||
|
||||
Reference in New Issue
Block a user