This commit is contained in:
wyw 2026-04-16 11:03:40 +08:00
commit c3fbb4e6f6

View File

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