multi-system/src/main/resources/mapper/system/CatalogueMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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} )