From c6e1a7d25a3ee3a53c19e26347dbd2db6795f761 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Fri, 6 Sep 2024 14:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=A1=A9=E7=9A=84=E8=AE=A1?= =?UTF-8?q?=E8=B4=B9=E6=A8=A1=E6=9D=BF,=20=E5=8C=BA=E5=88=86=E6=A1=A9?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jsowell/pile/service/PileBillingTemplateService.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/PileBillingTemplateService.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/PileBillingTemplateService.java index 3ac89d7e4..0c28c8a59 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/PileBillingTemplateService.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/PileBillingTemplateService.java @@ -128,8 +128,6 @@ public interface PileBillingTemplateService { */ BillingTemplateVO selectBillingTemplateDetailByPileSn(String pileSn); - BillingTemplateVO selectBillingTemplateDetailByPileSn(String pileSn, String deviceType); - /** * 站点导入计费模板 *