Przeglądaj źródła

//bug

release_toaliyun_real
xhxu 3 lat temu
rodzic
commit
2011ce87fd
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz