流程设计增加角色

This commit is contained in:
yubao
2018-04-09 23:19:01 +08:00
parent 854604e593
commit b7b883eab5
22 changed files with 111 additions and 682 deletions

View File

@@ -50,8 +50,8 @@
public class Nodedesignatedata
{
public string[] users { get; set; }
public string[] role { get; set; }
public string[] org { get; set; }
public string[] roles { get; set; }
public string[] orgs { get; set; }
}

View File

@@ -400,7 +400,7 @@ namespace OpenAuth.App
}
else if (node.setInfo.NodeDesignate == Setinfo.SPECIAL_ROLE)
{
makerList = GenericHelpers.ArrayToString(node.setInfo.NodeDesignateData.role, makerList);
makerList = GenericHelpers.ArrayToString(node.setInfo.NodeDesignateData.roles, makerList);
if (makerList == "")
{