BUGFIX:数据传输过程中long精度发生丢失

This commit is contained in:
2024-01-22 16:21:32 +08:00
parent 404172e5f2
commit 164454b5b2
3 changed files with 16 additions and 14 deletions

View File

@@ -64,12 +64,6 @@ public class MQConsumer {
// 2.2 将该消息从取消列表中删除
redisUtil.removeFromSet(cancelSetKey, String.valueOf(uniqueId));
} else {
try {
// 模拟耗时
Thread.sleep(40000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
GenerateCollectionVO generateCollectionVO = generateService.generateThroughImageText(generateThroughImageTextDTO);
if (!Objects.isNull(generateCollectionVO)){
HashMap<String, String> generateResult = new HashMap<>();