forked from lxm_tools/screw
🎉 H2 数据库支持、优化代码
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<dependency>
|
||||
<groupId>cn.smallbun.screw</groupId>
|
||||
<artifactId>screw-core</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<!--lombok-->
|
||||
<dependency>
|
||||
|
||||
@@ -45,7 +45,7 @@ public interface TypeDialect {
|
||||
return null;
|
||||
}
|
||||
type = type.toLowerCase();
|
||||
|
||||
|
||||
if (type.startsWith("date")) {
|
||||
return map.get("date");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user