|
@ -245,10 +245,10 @@ public class IcResiUserExportServiceImpl implements IcResiUserExportService { |
|
|
} else if (Constant.OPITON_SOURCE_LOCAL.equals(sqlColumn.getOptionSourceType())) { |
|
|
} else if (Constant.OPITON_SOURCE_LOCAL.equals(sqlColumn.getOptionSourceType())) { |
|
|
newValue = putOptionValue(formItemResult, vauleStr); |
|
|
newValue = putOptionValue(formItemResult, vauleStr); |
|
|
} |
|
|
} |
|
|
|
|
|
o.put(key,newValue); |
|
|
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); |
|
|