mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
test方法
This commit is contained in:
@@ -6,5 +6,5 @@ import lombok.Data;
|
||||
public class TestRabbitMQDTO {
|
||||
private String exchange;
|
||||
private String routingKey;
|
||||
private String data;
|
||||
private Object data;
|
||||
}
|
||||
|
||||
@@ -479,7 +479,7 @@ public class DelayMerchantProgramLogic extends AbstractProgramLogic {
|
||||
transactionService.doUpdateOrder(dto);
|
||||
|
||||
// 订单退款
|
||||
// refundOrder(orderBasicInfo);
|
||||
refundOrder(orderBasicInfo);
|
||||
|
||||
// 组装after参数
|
||||
AfterSettleOrderDTO afterSettleOrderDTO = AfterSettleOrderDTO.builder()
|
||||
|
||||
Reference in New Issue
Block a user