合并master业务代码

This commit is contained in:
Chopper
2021-06-15 16:21:03 +08:00
parent a97b698d8e
commit 5f403ec675
12 changed files with 41 additions and 47 deletions

View File

@@ -29,6 +29,6 @@ public class PromotionDelayQueueListen extends AbstractDelayQueueListen {
@Override
public String setDelayQueueName() {
return DelayQueueEnums.PROMOTION_QUEUE.name();
return DelayQueueEnums.PROMOTION.name();
}
}