Unverified 提交 d68fa54e authored 作者: 芋道源码's avatar 芋道源码 提交者: Gitee

!38 修改生成PageReqVO和ExportReqVO实体,时间类型为Date而不是LocalDateTime的错误问题

Merge pull request !38 from jiaohongtao/master
...@@ -56,7 +56,7 @@ public class DatabaseTableServiceImpl implements DatabaseTableService { ...@@ -56,7 +56,7 @@ public class DatabaseTableServiceImpl implements DatabaseTableService {
// 移除工作流和定时任务前缀的表名 // TODO 未来做成可配置 // 移除工作流和定时任务前缀的表名 // TODO 未来做成可配置
strategyConfig.addExclude("ACT_[\\S\\s]+|QRTZ_[\\S\\s]+|FLW_[\\S\\s]+"); strategyConfig.addExclude("ACT_[\\S\\s]+|QRTZ_[\\S\\s]+|FLW_[\\S\\s]+");
} }
GlobalConfig globalConfig = new GlobalConfig.Builder().dateType(DateType.ONLY_DATE).build(); // 只使用 LocalDateTime 类型,不使用 LocalDate GlobalConfig globalConfig = new GlobalConfig.Builder().dateType(DateType.TIME_PACK).build(); // 只使用 LocalDateTime 类型,不使用 LocalDate
ConfigBuilder builder = new ConfigBuilder(null, dataSourceConfig, strategyConfig.build(), ConfigBuilder builder = new ConfigBuilder(null, dataSourceConfig, strategyConfig.build(),
null, globalConfig, null); null, globalConfig, null);
// 按照名字排序 // 按照名字排序
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论