流程删除时对同时具有角色和绩效的模型,绩效未被删除
This commit is contained in:
parent
bacb1b49ce
commit
e5741c33c1
Binary file not shown.
@ -3816,7 +3816,8 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
data2.add(1, removeModel.getId().trim());
|
||||
if (mapByExt2.containsKey(data1.toString())) {
|
||||
tmpList.addAll(mapByExt2.get(data1.toString()));
|
||||
} else if (mapByExt2.containsKey(data2.toString())) {
|
||||
}
|
||||
if (mapByExt2.containsKey(data2.toString())) {
|
||||
tmpList.addAll(mapByExt2.get(data2.toString()));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user