微调
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user