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