|
@ -226,6 +226,7 @@ public class IcResiUserExportServiceImpl implements IcResiUserExportService { |
|
|
if (FieldConstant.ID.equals(key)) { |
|
|
if (FieldConstant.ID.equals(key)) { |
|
|
newValue = Md5Util.md5(vauleStr); |
|
|
newValue = Md5Util.md5(vauleStr); |
|
|
} |
|
|
} |
|
|
|
|
|
o.put(key,newValue); |
|
|
singleRowData.add(newValue); |
|
|
singleRowData.add(newValue); |
|
|
}); |
|
|
}); |
|
|
resultData.add(singleRowData); |
|
|
resultData.add(singleRowData); |
|
|