|
|
@@ -160,6 +160,11 @@ public class synchronousOrgControllerBean extends AbstractsynchronousOrgControll
|
|
|
logger.error("获取人员岗位信息集合时发生异常", e);
|
|
|
throw e;
|
|
|
}
|
|
|
+ JSONObject customFieldList = new JSONObject();
|
|
|
+ //部门负责人岗位编码
|
|
|
+ customFieldList.put("extbumenfuzerengangweibianma_433107_1704083012",responPosition.getNumber());
|
|
|
+ customFieldList.put("extbumenfuzerengangweimingcheng_433107_501692677",responPosition.getName());
|
|
|
+ requestBody.put("customFieldList",customFieldList);
|
|
|
}
|
|
|
|
|
|
if (originalIds.size() > 0) {
|
|
|
@@ -172,11 +177,7 @@ public class synchronousOrgControllerBean extends AbstractsynchronousOrgControll
|
|
|
// 添加组织创建时间
|
|
|
requestBody.put("createTime", formatDate(adminOrgUnitInfo.getCreateTime()));
|
|
|
|
|
|
- JSONObject customFieldList = new JSONObject();
|
|
|
- //部门负责人岗位编码
|
|
|
- customFieldList.put("extbumenfuzerengangweibianma_433107_1704083012",responPosition.getNumber());
|
|
|
- customFieldList.put("extbumenfuzerengangweimingcheng_433107_501692677",responPosition.getName());
|
|
|
- requestBody.put("customFieldList",customFieldList);
|
|
|
+
|
|
|
|
|
|
// // 获取组织是否为织状态
|
|
|
// boolean isSaleOrgUnit = adminOrgUnitInfo.isIsSealUp();
|