1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 15:28:20 +08:00

fix(table): 修复 SQLTable#createReplace 方法递归调用异常

This commit is contained in:
2022-07-10 06:50:33 +08:00
parent 960989990b
commit 2061dc13bf
7 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>easysql-parent</artifactId>
<groupId>cc.carm.lib</groupId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>