From 9007b1db5277541503dda83aeece635c4624310e Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 25 Mar 2025 10:30:22 +0800 Subject: [PATCH] =?UTF-8?q?bugfix=20=20=E6=9F=A5=E8=AF=A2=E8=AE=A1?= =?UTF-8?q?=E8=B4=B9=E6=A8=A1=E6=9D=BF=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/PileBillingTemplateMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml index d20128bf5..7521a169c 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml @@ -538,6 +538,7 @@ t2.template_remark as remark, t2.type as deviceType, t2.free_time as freeTime, + t2.member_flag as memberFlag, t2.occupy_fee as occupyFee, t2.max_occupy_fee as maxOccupyFee, t1.park_fee_describe as parkFeeDescribe,