From d247db28bb3df137fc2985eac93f15fa783a699f Mon Sep 17 00:00:00 2001 From: Lemon Date: Thu, 27 Feb 2025 16:19:44 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E6=B2=B3=E5=8D=97=E7=9C=81?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0Service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java | 2 +- .../main/java/com/jsowell/pile/thirdparty/EquipmentInfo.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java index 810874825..94296f1b2 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java @@ -1259,7 +1259,7 @@ public class PileBasicInfoServiceImpl implements PileBasicInfoService { equipmentInfo.setNewNationalStandard(1); equipmentInfo.setVinFlag(1); equipmentInfo.setEquipmentName(pileSn); - equipmentInfo.setEquipmentApplication(1); + equipmentInfo.setEquipmentApplication(Constants.ONE); equipmentInfo.setEquipmentInvestment(new BigDecimal("0.0")); equipmentInfo.setProductSN(pileSn); equipmentInfo.setOpenDate(DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD, pileDetailInfoVO.getCreateTime())); diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/thirdparty/EquipmentInfo.java b/jsowell-pile/src/main/java/com/jsowell/pile/thirdparty/EquipmentInfo.java index fabbfea19..d16846af0 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/thirdparty/EquipmentInfo.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/thirdparty/EquipmentInfo.java @@ -103,7 +103,7 @@ public class EquipmentInfo { * 9:其他 */ @JSONField(name = "EquipmentApplication") - private Integer equipmentApplication; + private String equipmentApplication; /** * 额定功率(单位:kW) Y