去掉无效引用
This commit is contained in:
		
							parent
							
								
									28f2dfb99c
								
							
						
					
					
						commit
						ae17a87ce1
					
				
										
											Binary file not shown.
										
									
								
							| @ -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.constant.CoeCooperationConst; | ||||||
| import com.actionsoft.apps.coe.pal.cooperation.model.CoeCooperationMemberModel; | import com.actionsoft.apps.coe.pal.cooperation.model.CoeCooperationMemberModel; | ||||||
| import com.actionsoft.apps.coe.pal.cooperation.model.CoeCooperationTeamModel; | 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.CoEOpLogAPI; | ||||||
| import com.actionsoft.apps.coe.pal.log.CoEOpLogConst; | import com.actionsoft.apps.coe.pal.log.CoEOpLogConst; | ||||||
| import com.actionsoft.apps.coe.pal.pal.output.util.OutputWordUtil; | import com.actionsoft.apps.coe.pal.pal.output.util.OutputWordUtil; | ||||||
| @ -135,7 +131,7 @@ import java.util.*; | |||||||
| import java.util.stream.Collectors; | import java.util.stream.Collectors; | ||||||
| 
 | 
 | ||||||
| public class CoeProcessLevelWeb extends ActionWeb { | public class CoeProcessLevelWeb extends ActionWeb { | ||||||
| 	private UserContext _uc; | 	private final UserContext _uc; | ||||||
| 	private String sysAppPlatform; | 	private String sysAppPlatform; | ||||||
| 	private String value; | 	private String value; | ||||||
| 
 | 
 | ||||||
| @ -4665,7 +4661,7 @@ public class CoeProcessLevelWeb extends ActionWeb { | |||||||
| 			sBuilder.append(bean.getName()); | 			sBuilder.append(bean.getName()); | ||||||
| 			idSets.add(coeProcessLevelModel.getId()); | 			idSets.add(coeProcessLevelModel.getId()); | ||||||
| 			getFilePath(coeProcessLevelModel, sBuilder,idSets);// 递归获取当前文件名称路径 | 			getFilePath(coeProcessLevelModel, sBuilder,idSets);// 递归获取当前文件名称路径 | ||||||
| 			bean.setUi("<div style='height:100%'>" + sBuilder.toString() + "</div><div style='float:right;height:100%'></div>"); | 			bean.setUi("<div style='height:100%'>" + sBuilder + "</div><div style='float:right;height:100%'></div>"); | ||||||
| 			list.add(bean); | 			list.add(bean); | ||||||
| 		} | 		} | ||||||
| 		if (list != null && list.size() > 0) { | 		if (list != null && list.size() > 0) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 446052889@qq.com
						446052889@qq.com