mirror of https://gitee.com/stylefeng/roses
修复导出
parent
d602749ac1
commit
e6b3b8a3cb
|
@ -76,10 +76,7 @@ public class MigrationServiceImpl implements MigrationService {
|
||||||
SchedulingCenter.exportData(migrationAggregationPOJO);
|
SchedulingCenter.exportData(migrationAggregationPOJO);
|
||||||
|
|
||||||
// 转换为Json字符串
|
// 转换为Json字符串
|
||||||
SerializeConfig serializeConfig = new SerializeConfig();
|
return JSONObject.toJSONString(migrationAggregationPOJO);
|
||||||
serializeConfig.put(Long.class, ToStringSerializer.instance);
|
|
||||||
serializeConfig.put(Long.TYPE, ToStringSerializer.instance);
|
|
||||||
return JSONObject.toJSONString(migrationAggregationPOJO, serializeConfig, SerializerFeature.PrettyFormat);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue