燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-11-05 971d4858fcba2b551bc26f281c71f16e8671ab62
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 '主键',