记得上下班打卡 | git大法好,push需谨慎

Commit dd5a403f authored by jiangxiulong's avatar jiangxiulong

去掉 Async 测试seelp

parent cb5717f2
...@@ -51,11 +51,6 @@ public class KylinRefundExecuteServiceImpl { ...@@ -51,11 +51,6 @@ public class KylinRefundExecuteServiceImpl {
@Async @Async
public void refundBatchApply(String targetId, String refundBatchId, String reason) { public void refundBatchApply(String targetId, String refundBatchId, String reason) {
// TODO: 2021/6/20 sleepTest
try {
Thread.sleep(5000);
} catch (Exception e) {}
RefundApplyParam refundApplyParam = new RefundApplyParam(); RefundApplyParam refundApplyParam = new RefundApplyParam();
int count; int count;
int limitNum = 10; int limitNum = 10;
...@@ -97,11 +92,6 @@ public class KylinRefundExecuteServiceImpl { ...@@ -97,11 +92,6 @@ public class KylinRefundExecuteServiceImpl {
@Async @Async
public void refundBatchStatus(RefundBatchApplyParam refundBatchApplyParam, String type) { public void refundBatchStatus(RefundBatchApplyParam refundBatchApplyParam, String type) {
// TODO: 2021/6/20 sleepTest
try {
Thread.sleep(5000);
} catch (Exception e) {}
String refundBatchId = refundBatchApplyParam.getRefundBatchId(); String refundBatchId = refundBatchApplyParam.getRefundBatchId();
Integer status = refundBatchApplyParam.getRefundStatus(); Integer status = refundBatchApplyParam.getRefundStatus();
// 处理查询订单状态 // 处理查询订单状态
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment