Explorar el Código

//bug

release_toaliyun_real
xhxu hace 3 años
padre
commit
2011ce87fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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



Cargando…
Cancelar
Guardar