1
This commit is contained in:
@@ -665,7 +665,7 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
|
||||
|
||||
newWeldingDaily.WeldingDailyId = SQLHelper.GetNewID(typeof(Model.Pipeline_WeldingDaily));
|
||||
BLL.Pipeline_WeldingDailyService.AddPipeline_WeldingDaily(newWeldingDaily);
|
||||
BLL.Sys_LogService.AddLog(BLL.Const.System_3, this.CurrUser.LoginProjectId, this.CurrUser.UserId, Const.HJGL_WeldReportMenuId, Const.BtnAdd, newWeldingDaily.WeldingDailyId);
|
||||
BLL.Sys_LogService.AddLog(BLL.Const.System_3, this.CurrUser.LoginProjectId, this.CurrUser.UserId, Const.HJGL_WeldReportAddMenuId, Const.BtnAdd, newWeldingDaily.WeldingDailyId);
|
||||
|
||||
foreach (var item in GetWeldingDailyItem)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user