|
|
|
@@ -493,7 +493,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(Long.valueOf(businessId1))) { |
|
|
|
if (record.getBusinessId().equals(businessId1)) { |
|
|
|
busRule = bus; |
|
|
|
} |
|
|
|
if (businessId1.equals(EnumBusiness.BUSINESS_ID6.getCode())) { |
|
|
|
|