|
|
|
@ -985,6 +985,7 @@ public class ResourceSyncUtil {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static Map<String,Object> convertEcResourceParams(Map<String, Object> params){
|
|
|
|
|
// TODO 先查询原有EC人员信息,再封装传参
|
|
|
|
|
Map<String, Object> convertParams = new HashMap<>();
|
|
|
|
|
String jclResourceId = Util.null2String(params.get("id"));
|
|
|
|
|
String ecResourceId = "";
|
|
|
|
@ -1005,7 +1006,7 @@ public class ResourceSyncUtil {
|
|
|
|
|
|
|
|
|
|
convertParams.put("loginid",params.get("login_id"));
|
|
|
|
|
convertParams.put("accounttype",params.get("account_type"));
|
|
|
|
|
convertParams.put("password",params.get("pass_word"));
|
|
|
|
|
// convertParams.put("password",params.get("pass_word"));
|
|
|
|
|
convertParams.put("seclevel",params.get("sec_level"));
|
|
|
|
|
convertParams.put("workstartdate",params.get("work_start_date"));
|
|
|
|
|
convertParams.put("companystartdate",params.get("company_start_date"));
|
|
|
|
@ -1014,7 +1015,8 @@ public class ResourceSyncUtil {
|
|
|
|
|
convertParams.put("lastname",params.get("last_name"));
|
|
|
|
|
convertParams.put("sex",params.get("sex"));
|
|
|
|
|
convertParams.put("resourceimageid",params.get("resource_image_id"));
|
|
|
|
|
convertParams.put("joblevel",params.get("job_level"));
|
|
|
|
|
// 职级
|
|
|
|
|
//convertParams.put("joblevel",params.get("job_level"));
|
|
|
|
|
convertParams.put("jobactivitydesc",params.get("job_activity_desc"));
|
|
|
|
|
convertParams.put("managerid",params.get("manager_id"));
|
|
|
|
|
convertParams.put("assistantid",params.get("assistant_id"));
|
|
|
|
|