multi-system/src/main/resources/mapper/system/QualityDecomposeMapper.xml
@@ -3,7 +3,7 @@ <mapper namespace="com.gkhy.exam.system.mapper.QualityDecomposeMapper"> <insert id="insertDecompose" useGeneratedKeys="true" keyProperty="id"> INSERT INTO `train_exam`.`quality_decompose` `quality_decompose` ( `company_id`, `quality_id`, `number`, `serial`, `fiction_id`, `fiction_name`, `fiction_time`, `check_id`,`check_name`, `check_time`, `ratify_id`, `ratify_name`, `ratify_time`, `create_by`, `create_time`) VALUES