From bb90f2eda0a3bc134be9b8963f7519b036b54cb7 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Sat, 26 Jul 2025 12:33:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(bonus-material):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=20newTypeId=20=E5=92=8C=20typeId=EF=BC=8C?= =?UTF-8?q?=E4=BB=A5=E5=8C=BA=E5=88=86=E6=96=B0=E6=97=A7=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/material/lease/LeaseApplyDetailsMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyDetailsMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyDetailsMapper.xml index 8d2a1ce1..5c42c001 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyDetailsMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyDetailsMapper.xml @@ -461,7 +461,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" mt1.type_name AS maTypeName, mt.type_name AS typeName, mt.unit_name AS unitName, - lpd.new_type AS typeId, + lpd.new_type AS newTypeId, + lpd.type_id AS typeId, IFNULL( lpd.num, 0 ) AS preNum, IFNULL( lpd.num, 0 ) - IFNULL( SUM( lod.out_num ), 0 ) AS outNum, IFNULL( SUM( lod.out_num ), 0 ) AS alNum,