Compare commits

..

No commits in common. "061cb55e0672d34412589f8d43857193c9ad3e29" and "19f02ebab99b33570fe1ff4877109493ac064892" have entirely different histories.

View File

@ -460,8 +460,8 @@ namespace APT.BaseData.Services.Services.FM
detail.Nav_ApproveUser = null; detail.Nav_ApproveUser = null;
} }
detail.Nav_ApproveRole = t.Nav_ApproveRole; detail.Nav_ApproveRole = t.Nav_ApproveRole;
if (detail.APPROVE_USER_ID == null) //if (detail.APPROVE_USER_ID == null)
throw new Exception("审批流未找到" + detail.NAME + ",请到用户列表配置对应审批角色"); // throw new Exception("审批流未找到" + detail.NAME + ",请联系管理员维护");
if (detail.APPROVE_USER_ID != null) if (detail.APPROVE_USER_ID != null)
appdetails.Add(detail); appdetails.Add(detail);
}); });