Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe
This commit is contained in:
commit
c3fbb4e6f6
@ -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);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user