From cfd960dd3df657445fe30681baa092910ba0650d Mon Sep 17 00:00:00 2001 From: purple Date: Thu, 9 Jul 2020 12:04:28 +0800 Subject: [PATCH] =?UTF-8?q?bug=20(=E4=BD=8F=E5=AE=85=E7=A7=9F=E8=B5=81?= =?UTF-8?q?=E5=9F=BA=E4=BB=B7=E4=BD=9C=E4=BB=B7)=EF=BC=9A=20=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=9C=AA=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/ArtificialResidenceRentPriceServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi/src/main/java/com/ruoyi/project/data/price/service/impl/ArtificialResidenceRentPriceServiceImpl.java b/ruoyi/src/main/java/com/ruoyi/project/data/price/service/impl/ArtificialResidenceRentPriceServiceImpl.java index 75b34dbee..7484a9bc3 100644 --- a/ruoyi/src/main/java/com/ruoyi/project/data/price/service/impl/ArtificialResidenceRentPriceServiceImpl.java +++ b/ruoyi/src/main/java/com/ruoyi/project/data/price/service/impl/ArtificialResidenceRentPriceServiceImpl.java @@ -198,7 +198,7 @@ public class ArtificialResidenceRentPriceServiceImpl implements IArtificialResid Integer lastPriceTableRoute = new Integer(String.format("%d%02d", calendar.get(Calendar.YEAR), calendar.get(Calendar.MONTH) + 1)); - pushData(yearMonth, lastYearMonth, lastPriceTableRoute); +// pushData(yearMonth, lastYearMonth, lastPriceTableRoute); } catch (Exception e) { log.error("住宅租赁基价人工修正异常", e); }