From 3c650411ecbbab2a4bf2b6085035778cba96a9f5 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Sun, 3 Nov 2024 10:13:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E5=8A=A8=E6=B1=BD=E8=BD=A6=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E8=AE=A1=E8=B4=B9=E6=A8=A1=E6=9D=BF?= 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 face498b8..18497a41d 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml @@ -421,6 +421,7 @@ t2.id as templateId, t2.template_code AS templateCode, t2.`name` AS templateName, + t2.type as deviceType, t3.electricity_price AS sharpElectricityPrice, t3.service_price AS sharpServicePrice, t3.apply_time AS sharpApplyDate,