Commit 495bb3c6 495bb3c643d33322d3a9eb2c9534455a307f33dc by xianghan

1.优化部分任务处理逻辑

1 parent 4bc1f4cf
......@@ -33,6 +33,7 @@ import org.springframework.amqp.core.Message;
import org.springframework.amqp.rabbit.annotation.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.stereotype.Component;
import org.springframework.web.server.ResponseStatusException;
......