Commit 495bb3c6 495bb3c643d33322d3a9eb2c9534455a307f33dc by xianghan

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

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