|
@@ -33,8 +33,6 @@ import com.zhongshu.card.server.core.domain.pay.ChinaumsSenselessUserSignInfo;
|
|
|
import com.zhongshu.card.server.core.domain.pay.PayAccount;
|
|
import com.zhongshu.card.server.core.domain.pay.PayAccount;
|
|
|
import com.zhongshu.card.server.core.domain.pay.ShareOrder;
|
|
import com.zhongshu.card.server.core.domain.pay.ShareOrder;
|
|
|
import com.zhongshu.card.server.core.domain.payment.ExpenseFlow;
|
|
import com.zhongshu.card.server.core.domain.payment.ExpenseFlow;
|
|
|
-import com.zhongshu.card.server.core.event.ChinaumsRefundEvent;
|
|
|
|
|
-import com.zhongshu.card.server.core.model.pay.ChinaumsSenselessSrcReserve;
|
|
|
|
|
import com.zhongshu.card.server.core.model.pay.UnionFrictionlessPayFinishModel;
|
|
import com.zhongshu.card.server.core.model.pay.UnionFrictionlessPayFinishModel;
|
|
|
import com.zhongshu.card.server.core.service.base.SuperService;
|
|
import com.zhongshu.card.server.core.service.base.SuperService;
|
|
|
import com.zhongshu.card.server.core.service.paySetting.OrgPayAccountService;
|
|
import com.zhongshu.card.server.core.service.paySetting.OrgPayAccountService;
|
|
@@ -45,7 +43,6 @@ import io.micrometer.common.util.StringUtils;
|
|
|
import lombok.SneakyThrows;
|
|
import lombok.SneakyThrows;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.context.ApplicationContext;
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.util.StopWatch;
|
|
import org.springframework.util.StopWatch;
|
|
|
|
|
|
|
@@ -438,6 +435,7 @@ public class ChinaumsSenselessPayService extends SuperService {
|
|
|
log.info("查询退款结果失败:{}", refundQuery.getMsg());
|
|
log.info("查询退款结果失败:{}", refundQuery.getMsg());
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
|
|
+ log.info("refundStatus:{}", refundQuery.getContent().getRefundStatus());
|
|
|
if (refundQuery.getContent().getRefundStatus().equals("PROCESSING") || refundQuery.getContent().getRefundStatus().equals("UNKNOWN")){
|
|
if (refundQuery.getContent().getRefundStatus().equals("PROCESSING") || refundQuery.getContent().getRefundStatus().equals("UNKNOWN")){
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|