src/main/resources/mapper/SuYuanMapper.xml
@@ -217,7 +217,7 @@ </select> <update id="createTable" parameterType="java.lang.String"> create table ${tablename} ( create table ${tableName} ( `id` varchar(10) not null comment '主键', `x` int(3) null default null, `y` int(3) null default null,