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

Commit 202c8fee authored by zhengfuxin's avatar zhengfuxin

修改bug

parent e5f05c72
......@@ -7,11 +7,11 @@ import org.springframework.stereotype.Component;
public class ConsumerGoblinShopCartReceiver extends AbstractSqlRedisReceiver {
@Override
protected String getRedisStreamKey() {
return MQConst.GoblinQueue.GOBLIN_ORDER_AGAIN.getKey();
return MQConst.GoblinQueue.GOBLIN_SHOP_CART.getKey();
}
@Override
protected String getRedisStreamGroup() {
return MQConst.GoblinQueue.GOBLIN_ORDER_AGAIN.getGroup();
return MQConst.GoblinQueue.GOBLIN_SHOP_CART.getGroup();
}
}
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