This commit is contained in:
parent
99a1c6dd6a
commit
5c93c2c8d9
|
@ -665,7 +665,7 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
|
||||||
|
|
||||||
newWeldingDaily.WeldingDailyId = SQLHelper.GetNewID(typeof(Model.Pipeline_WeldingDaily));
|
newWeldingDaily.WeldingDailyId = SQLHelper.GetNewID(typeof(Model.Pipeline_WeldingDaily));
|
||||||
BLL.Pipeline_WeldingDailyService.AddPipeline_WeldingDaily(newWeldingDaily);
|
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)
|
foreach (var item in GetWeldingDailyItem)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue