Browse Source

//bug

release_toaliyun_real
xhxu 3 years ago
parent
commit
2011ce87fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/msg/impl/AfterAddCreditMsgServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/msg/impl/AfterAddCreditMsgServiceImpl.java View File

@@ -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());
}



Loading…
Cancel
Save