...
|
...
|
@@ -98,6 +98,7 @@ public class AppraiseService { |
|
|
.skup(skup);
|
|
|
try {
|
|
|
paymentService.refund(req);
|
|
|
|
|
|
}catch (Exception ex){
|
|
|
LOGGER.warn("in appraiseSuccess, refund fail, req {}", req, ex);
|
|
|
BillLogEvent sellerBillLogEvent = bleb.tradeStatus(200)
|
...
|
...
|
|