ソースを参照

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



読み込み中…
キャンセル
保存