From 99132a43bf344f2aafdd9894b0762d2eedd9767b Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期二, 01 七月 2025 17:15:25 +0800 Subject: [PATCH] 修改 --- multi-system/src/main/resources/mapper/system/QualityDecomposeMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/multi-system/src/main/resources/mapper/system/QualityDecomposeMapper.xml b/multi-system/src/main/resources/mapper/system/QualityDecomposeMapper.xml index a788e6e..2f13d41 100644 --- a/multi-system/src/main/resources/mapper/system/QualityDecomposeMapper.xml +++ b/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 -- Gitblit v1.9.2