|
@@ -33,6 +33,7 @@ import com.yami.shop.common.util.PageParam;
|
|
|
import com.yami.shop.common.util.hb.HBR;
|
|
import com.yami.shop.common.util.hb.HBR;
|
|
|
import com.yami.shop.dao.*;
|
|
import com.yami.shop.dao.*;
|
|
|
import com.yami.shop.service.*;
|
|
import com.yami.shop.service.*;
|
|
|
|
|
+import com.yami.shop.service.hb.impl.HBOrderService;
|
|
|
import com.yami.shop.utils.HBSignUtil;
|
|
import com.yami.shop.utils.HBSignUtil;
|
|
|
import lombok.AllArgsConstructor;
|
|
import lombok.AllArgsConstructor;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
@@ -1067,6 +1068,8 @@ public class OrderRefundServiceImpl extends ServiceImpl<OrderRefundMapper, Order
|
|
|
log.info("退款订单状态:{}", orderRefund.getReturnMoneySts());
|
|
log.info("退款订单状态:{}", orderRefund.getReturnMoneySts());
|
|
|
//TODO 退款单完成处理积分
|
|
//TODO 退款单完成处理积分
|
|
|
if (orderRefund.getReturnMoneySts().equals(70)) {
|
|
if (orderRefund.getReturnMoneySts().equals(70)) {
|
|
|
|
|
+ //推送商家审核状态后 同步退款单状态
|
|
|
|
|
+ changeStatus(orderRefund.getRefundSn(), orderRefund.getReturnMoneySts());
|
|
|
orderService.returnRefund(orderRefund.getOrderNumber());
|
|
orderService.returnRefund(orderRefund.getOrderNumber());
|
|
|
}
|
|
}
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|