|
|
|
@@ -85,7 +85,7 @@ public class AfterAddCreditMsgServiceImpl implements MsgSendService { |
|
|
|
} |
|
|
|
|
|
|
|
WxCreditHistory wxCreditHistory = null; |
|
|
|
if(afterAddCreditMsg.getCreditHistoryId() == null){ |
|
|
|
if(afterAddCreditMsg.getCreditHistoryId() != null){ |
|
|
|
wxCreditHistory = wxCreditHistoryMapper.selectById(afterAddCreditMsg.getCreditHistoryId(), tenantEntity.getFinalTenantId()); |
|
|
|
} |
|
|
|
|
|
|
|
|