src/main/resources/mapper/SuYuanMapper.xml
@@ -215,7 +215,13 @@ <select id="isTableExists" resultType="java.lang.Integer"> select count(*) from information_schema.tables where table_name = #{tableName}; </select> <select id="selectFastById" resultType="com.yssh.entity.SuYuanFast"> select * from yssh.suyuan_fast where su_yuan_id = #{id} and create_time = #{time} order by id; </select> <update id="createTable" parameterType="java.lang.String"> create table ${tableName} ( `id` varchar(10) not null comment '主键',