微调
This commit is contained in:
@@ -82,7 +82,7 @@ public class AskDeviceDataServiceImpl implements AskDeviceDataService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean downloadFile(String nDid, String name, Integer size, String fileCheck) {
|
public boolean downloadFile(String nDid, String name, Integer size, String fileCheck) {
|
||||||
boolean result = false;
|
boolean result = true;
|
||||||
try {
|
try {
|
||||||
redisUtil.saveByKeyWithExpire("fileDowning:"+nDid,"fileDowning",120L);
|
redisUtil.saveByKeyWithExpire("fileDowning:"+nDid,"fileDowning",120L);
|
||||||
redisUtil.saveByKeyWithExpire("fileCheck"+nDid+name,fileCheck,120L);
|
redisUtil.saveByKeyWithExpire("fileCheck"+nDid+name,fileCheck,120L);
|
||||||
|
|||||||
Reference in New Issue
Block a user