check bugs

This commit is contained in:
yubaolee
2018-04-10 10:53:48 +08:00
parent b7e1dca8e2
commit 4b88345c12
2 changed files with 7 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ namespace OpenAuth.App
/// </summary>
public class FlowInstanceApp : BaseApp<FlowInstance>
{
public RevelanceManagerApp RevelanceManagerApp { get; set; }
#region API
/// <summary>
@@ -398,9 +399,10 @@ namespace OpenAuth.App
makerList = "-1";
}
}
else if (node.setInfo.NodeDesignate == Setinfo.SPECIAL_ROLE)
else if (node.setInfo.NodeDesignate == Setinfo.SPECIAL_ROLE) //指定角色
{
makerList = GenericHelpers.ArrayToString(node.setInfo.NodeDesignateData.roles, makerList);
var users = RevelanceManagerApp.Get(Define.USERROLE, false, node.setInfo.NodeDesignateData.roles);
makerList = GenericHelpers.ArrayToString(users, makerList);
if (makerList == "")
{