小程序接口修改
This commit is contained in:
@@ -162,7 +162,7 @@ namespace BLL
|
||||
newIncentiveNotice.CompileDate = DateTime.Now;
|
||||
newIncentiveNotice.IncentiveNoticeId = SQLHelper.GetNewID();
|
||||
newIncentiveNotice.IncentiveNoticeCode = CodeRecordsService.ReturnCodeByMenuIdProjectId(Const.ProjectIncentiveNoticeMenuId, newIncentiveNotice.ProjectId, newIncentiveNotice.UnitId);
|
||||
IncentiveNoticeService.AddIncentiveNotice(newIncentiveNotice);
|
||||
IncentiveNoticeService.AddIncentiveNoticeForApi(newIncentiveNotice);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -261,7 +261,7 @@ namespace BLL
|
||||
}
|
||||
if (newIncentiveNotice.States == "1" || newIncentiveNotice.States == "0")
|
||||
{
|
||||
CommonService.btnSaveData(newIncentiveNotice.ProjectId, Const.ProjectIncentiveNoticeMenuId, newIncentiveNotice.IncentiveNoticeId, newIncentiveNotice.CompileMan, true, newIncentiveNotice.IncentiveNoticeCode, "../Check/IncentiveNoticeView.aspx?IncentiveNoticeId={0}");
|
||||
CommonService.btnSaveDataForApi(newIncentiveNotice.ProjectId, Const.ProjectIncentiveNoticeMenuId, newIncentiveNotice.IncentiveNoticeId, newIncentiveNotice.CompileMan, true, newIncentiveNotice.IncentiveNoticeCode, "../Check/IncentiveNoticeView.aspx?IncentiveNoticeId={0}");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user