解决个人无法看到回收站/阅览附件无法打开/pal打包
This commit is contained in:
parent
5e672a7f1a
commit
4e4e33c36f
@ -3316,6 +3316,11 @@ public class CoeDesignerWeb extends ActionWeb {
|
||||
}
|
||||
}
|
||||
}
|
||||
boolean isLaneAttrConfig = appApi.getPropertyBooleanValue(CoEConstant.APP_ID, "IS_LANE_ATTR_CONFIG", false);
|
||||
boolean isLaneForceRefreshShapeAttr = appApi.getPropertyBooleanValue(CoEConstant.APP_ID, "IS_LANE_FORCE_REFRESH_SHAPE_ATTR", false);
|
||||
macroLibraries.put("isLaneAttrConfig", isLaneAttrConfig);
|
||||
macroLibraries.put("isLaneForceRefreshShapeAttr", isLaneForceRefreshShapeAttr);
|
||||
|
||||
macroLibraries.put("relationShapesData", relationShapes);
|
||||
/********************步骤说明************************/
|
||||
/********************描述************************/
|
||||
|
||||
@ -263,7 +263,6 @@ public class SynchronousPortJob implements IJob {
|
||||
Map<String, String> idRelationMap = new HashMap<>();
|
||||
|
||||
|
||||
System.out.println("departmentId==================="+departmentId);
|
||||
|
||||
List<RowMap> orgdepartmentList = DBSql.getMaps(conn, "select DESCR,DEPTNAME from BO_EU_ORG_POSTS WHERE DEPTID=? AND DESCR IS NOT NULL ", departmentId);
|
||||
|
||||
@ -303,10 +302,6 @@ public class SynchronousPortJob implements IJob {
|
||||
|
||||
if (flag == true) {
|
||||
|
||||
System.out.println("uuid==============="+uuid);
|
||||
System.out.println("部门名称为=================" + deptname);
|
||||
System.out.println("新建岗位为==================" + positionName);
|
||||
|
||||
JSONObject newShape = JSONObject.parseObject(shape.toString());
|
||||
newShape.put("id", shapeId);
|
||||
newShape.put("text", positionName);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user