aris xml导入多版本状态下导入到使用中版本
This commit is contained in:
parent
ebcc65bcd3
commit
8ac17fda4b
Binary file not shown.
Binary file not shown.
@ -286,9 +286,9 @@ public class ProcessUtil {
|
|||||||
List<PALRepositoryModel> list = new ArrayList<>();
|
List<PALRepositoryModel> list = new ArrayList<>();
|
||||||
|
|
||||||
while (iterator.hasNext()) {
|
while (iterator.hasNext()) {
|
||||||
// 无多版本情况,不考虑
|
// 多版本情况下,使用使用中版本
|
||||||
PALRepositoryModel model = iterator.next();
|
PALRepositoryModel model = iterator.next();
|
||||||
if (Constant.PROCESS_EPC.equals(model.getMethodId())) {
|
if (Constant.PROCESS_EPC.equals(model.getMethodId()) && model.isUse()) {
|
||||||
list.add(model);
|
list.add(model);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user