Преглед изворни кода

//bug

release_toaliyun_real
xhxu пре 3 година
родитељ
комит
2011ce87fd
1 измењених фајлова са 1 додато и 1 уклоњено
  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 Прегледај датотеку

@@ -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…
Откажи
Сачувај