From 65e738dd3a1d58811c01c8bcad6541261d7d6e3d Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Thu, 2 Nov 2023 09:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=88=90=E5=93=81=E6=8B=86?= =?UTF-8?q?=E5=88=86BUG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../op-plan/src/main/resources/mapper/plan/ProOrderMapper.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/op-modules/op-plan/src/main/resources/mapper/plan/ProOrderMapper.xml b/op-modules/op-plan/src/main/resources/mapper/plan/ProOrderMapper.xml index 9d8cdd6de..252b3d602 100644 --- a/op-modules/op-plan/src/main/resources/mapper/plan/ProOrderMapper.xml +++ b/op-modules/op-plan/src/main/resources/mapper/plan/ProOrderMapper.xml @@ -298,8 +298,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" update pro_order - quantity_split += #{atrr1}, - quantity_split = #{atrr1}, + quantity_split = #{quantitySplit}, update_by = #{updateBy}, update_time = #{updateTime}, status = #{status},