This commit is contained in:
xy
2024-10-30 20:26:12 +08:00
parent d852eed635
commit e6715a8d96

View File

@@ -82,7 +82,7 @@ public class AskDeviceDataServiceImpl implements AskDeviceDataService {
@Override
public boolean downloadFile(String nDid, String name, Integer size, String fileCheck) {
boolean result = false;
boolean result = true;
try {
redisUtil.saveByKeyWithExpire("fileDowning:"+nDid,"fileDowning",120L);
redisUtil.saveByKeyWithExpire("fileCheck"+nDid+name,fileCheck,120L);