north-glass-erp/src/main/java/com/example/erp/entity/sd/OrderFile.java
@@ -16,6 +16,7 @@ private String orderNumber; private String fileName; private String fileData; private String fileJson; private String imageBase64; private LocalDateTime createTime; north-glass-erp/src/main/java/com/example/erp/service/pp/ReportingWorkService.java
@@ -1690,6 +1690,8 @@ stringRedisTemplate.rename(key, "upload:" + key); }); } }else{ return; } //添加暂停时间,方式获取map时,redis中数据还在变化 Thread.sleep(200); north-glass-erp/src/test/java/com/example/erp/ErpApplicationTests.java
@@ -19,6 +19,8 @@ @Test void test() { int x =100; System.out.println(6.5+x/8); // stringRedisTemplate.opsForValue().set("test", "test"); // Object test = stringRedisTemplate.opsForValue().get("test"); }