From aa6dcb34e8a9281b02dae36351e77cc0f67ab4f4 Mon Sep 17 00:00:00 2001 From: hanxueda Date: Mon, 22 Apr 2019 17:34:45 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=AF=E5=88=86][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=AE=A1=E7=AE=97=E8=A7=84=E5=88=99=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/iformall/service/impl/WxCreditHistoryServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCreditHistoryServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCreditHistoryServiceImpl.java index 310776212..2afbe3f39 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCreditHistoryServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCreditHistoryServiceImpl.java @@ -361,7 +361,7 @@ public class WxCreditHistoryServiceImpl implements WxCreditHistoryService { for (int i = 0; i < busRules.size(); i++) { JSONObject bus = (JSONObject) busRules.get(i); Integer businessId1 = bus.getInteger("businessId"); - if (record.getBusinessId().equals(businessId1)) { + if (record.getBusinessId().equals(Long.valueOf(businessId1))) { busRule = bus; } if (businessId1.equals(EnumBusiness.BUSINESS_ID6.getCode())) {