“djh”
11 分钟以前 4d081649e2d6712ccc1bb14080e600f0d89b8cd9
修改
已修改1个文件
2 ■■■ 文件已修改
multi-system/src/main/resources/mapper/system/CatalogueMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
multi-system/src/main/resources/mapper/system/CatalogueMapper.xml
@@ -9,7 +9,7 @@
    </insert>
    <insert id="insertCatalogueDataFile">
        INSERT INTO `train_exam`.`catalogue_data_file`
        INSERT INTO `catalogue_data_file`
            ( `catalogue_id`,`company_id`, `name`, `file_path`,`file_name`, `type`, `create_by`, `create_time` )
        VALUES
            ( #{catalogueId},#{companyId}, #{name}, #{filePath},#{fileName}, #{type}, #{createBy}, #{createTime} )