|
@@ -91,7 +91,7 @@ public class ZkDataPushTask {
|
|
if(!ObjectUtils.isEmpty(dmUserDtoList)){
|
|
if(!ObjectUtils.isEmpty(dmUserDtoList)){
|
|
for(Map<String,String> map: dmUserDtoList){
|
|
for(Map<String,String> map: dmUserDtoList){
|
|
JSONObject param = new JSONObject();
|
|
JSONObject param = new JSONObject();
|
|
- param.put("userId",map.get("id"));
|
|
|
|
|
|
+ param.put("userId",map.get("userCode"));
|
|
param.put("userName",map.get("name"));
|
|
param.put("userName",map.get("name"));
|
|
param.put("deptId",map.get("deptId"));
|
|
param.put("deptId",map.get("deptId"));
|
|
Integer sex = null;
|
|
Integer sex = null;
|