动态创建表结构、入库
This commit is contained in:
@@ -12,4 +12,6 @@ public interface TableGenMapper {
|
||||
|
||||
|
||||
void genNonHarmonicResultTable(@Param("code") String code, @Param("isContrast") boolean isContrast);
|
||||
|
||||
void genTable(@Param("tableSql") String tableSql);
|
||||
}
|
||||
|
||||
@@ -72,6 +72,10 @@
|
||||
) COMMENT='非谐波类检测结果表';
|
||||
</update>
|
||||
|
||||
<update id="genTable" parameterType="string">
|
||||
${tableSql}
|
||||
</update>
|
||||
|
||||
|
||||
</mapper>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user