数据穿透
This commit is contained in:
@@ -125,6 +125,18 @@ namespace FineUIPro.Web.HiddenInspection
|
||||
if (BLL.CommonService.GetAllButtonPowerList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.HSSE_HiddenRectificationListMenuId, BLL.Const.BtnSave))
|
||||
{
|
||||
SaveData(true);
|
||||
#region 推送到总包
|
||||
var register = BLL.HSSE_Hazard_HazardRegisterService.GetHazardRegisterByHazardRegisterId(this.HazardRegisterId);
|
||||
if (register != null)
|
||||
{
|
||||
if (register.DataSource == "1")
|
||||
{
|
||||
//推送到总包
|
||||
APIHazardRegisterSyncService.pushHazardRegisterLists(this.CurrUser.LoginProjectId, register.HazardRegisterId);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user