From 547968052c455d8878734d66ea74a83a60c1bdf3 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Sat, 26 Jul 2025 10:02:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor(bonus-material):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=A2=86=E6=96=99=E4=BB=BB=E5=8A=A1=E5=AE=8C=E6=88=90=E6=97=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8F=91=E5=B8=83=E6=95=B0=E9=87=8F=E7=9A=84?= =?UTF-8?q?=20SQL=20=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/material/lease/LeaseTaskMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseTaskMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseTaskMapper.xml index bbf9b14f..c598c70e 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseTaskMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseTaskMapper.xml @@ -706,7 +706,7 @@ update lease_apply_details set - publish_num = IFNULL(publish_num, 0) - #{num} + publish_num = IFNULL(publish_num, 0) - #{outNum} where parent_id = #{parentId} and type_id = #{typeId}