切换角色保存配置判断条件修改
This commit is contained in:
parent
98c638c42d
commit
beb06edcc2
Binary file not shown.
@ -699,7 +699,7 @@ public class CooperationWeb extends ActionWeb {
|
||||
boolean isOlderVersion = SDK.getAppAPI().getPropertyBooleanValue("com.actionsoft.apps.coe.pal", "IsOlderVersion", true);
|
||||
|
||||
JSONArray roleIds = new JSONArray();
|
||||
if (!isOlderVersion){
|
||||
if (isOlderVersion){
|
||||
// 查询当前设置的角色
|
||||
String roleId = dataObj.getString("roleId");
|
||||
roleIds.add(roleId);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user