From 96f9b179a1ebf159a57c1e8c1533d2e94882ecbf Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 2 Jul 2024 09:12:27 +0800 Subject: [PATCH] =?UTF-8?q?2024-07-02=20=E5=8A=9F=E8=83=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/pms/QcMapper.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/main/resources/mapper/pms/QcMapper.xml b/src/main/resources/mapper/pms/QcMapper.xml index 14404f11..a3a9799b 100644 --- a/src/main/resources/mapper/pms/QcMapper.xml +++ b/src/main/resources/mapper/pms/QcMapper.xml @@ -648,14 +648,7 @@ (#{item.site}, #{item.buNo}, #{item.templateId}, #{item.itemNo}, #{item.defaultValue}, #{item.maxValue}, #{item.minValue}) - - UPDATE qc_template_detailed - SET default_value = #{defaultValue}, - max_value = #{maxValue,jdbcType=DECIMAL}, - min_value = #{minValue,jdbcType=DECIMAL}, - object_id = #{objectID} - WHERE template_id = #{templateId} and ItemNo = #{itemNo} and site = #{site} and bu_no = #{buNo} - +