|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
package au.com.royalpay.payment.manage.apps.events.listeners.ctrip;
|
|
|
|
|
|
|
|
|
|
import au.com.royalpay.payment.core.events.RefundFinishedEvent;
|
|
|
|
|
import au.com.royalpay.payment.core.mappers.PmtOrderMapper;
|
|
|
|
|
import au.com.royalpay.payment.manage.customers.core.CouponValidateService;
|
|
|
|
|
import au.com.royalpay.payment.manage.mappers.log.CouponAccuessLogMapper;
|
|
|
|
|
import au.com.royalpay.payment.manage.mappers.payment.OrderMapper;
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
|
|
|
|
@ -24,7 +24,7 @@ import javax.annotation.Resource;
|
|
|
|
|
public class CtripRefundFinishedEventListener implements ApplicationListener<RefundFinishedEvent> {
|
|
|
|
|
Logger logger = LoggerFactory.getLogger(getClass());
|
|
|
|
|
@Resource
|
|
|
|
|
private PmtOrderMapper orderMapper;
|
|
|
|
|
private OrderMapper orderMapper;
|
|
|
|
|
@Resource
|
|
|
|
|
private CouponValidateService couponValidateService;
|
|
|
|
|
@Resource
|
|
|
|
|