diff --git a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar index d1c792c3..8e12f271 100644 Binary files a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar and b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar differ diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java index 44286eb5..64c83f41 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java @@ -7,10 +7,6 @@ import com.actionsoft.apps.coe.pal.cooperation.cache.CooperationCache; import com.actionsoft.apps.coe.pal.cooperation.constant.CoeCooperationConst; import com.actionsoft.apps.coe.pal.cooperation.model.CoeCooperationMemberModel; import com.actionsoft.apps.coe.pal.cooperation.model.CoeCooperationTeamModel; -import com.actionsoft.apps.coe.pal.datamigration.aris.model.ObjDefModel; -import com.actionsoft.apps.coe.pal.datamigration.aris.model.ObjOccModel; -import com.actionsoft.apps.coe.pal.datamigration.constant.Constant; -import com.actionsoft.apps.coe.pal.datamigration.util.LogUtil; import com.actionsoft.apps.coe.pal.log.CoEOpLogAPI; import com.actionsoft.apps.coe.pal.log.CoEOpLogConst; import com.actionsoft.apps.coe.pal.pal.output.util.OutputWordUtil; @@ -135,7 +131,7 @@ import java.util.*; import java.util.stream.Collectors; public class CoeProcessLevelWeb extends ActionWeb { - private UserContext _uc; + private final UserContext _uc; private String sysAppPlatform; private String value; @@ -4665,7 +4661,7 @@ public class CoeProcessLevelWeb extends ActionWeb { sBuilder.append(bean.getName()); idSets.add(coeProcessLevelModel.getId()); getFilePath(coeProcessLevelModel, sBuilder,idSets);// 递归获取当前文件名称路径 - bean.setUi("
" + sBuilder.toString() + "
"); + bean.setUi("
" + sBuilder + "
"); list.add(bean); } if (list != null && list.size() > 0) {