|
@@ -142,7 +142,7 @@ public class CaseDownService {
|
|
|
String caseOffPath = null;
|
|
|
try {
|
|
|
String timeKey = DateUtils.dateStr();
|
|
|
- caseOffPath = zipPath+File.separator+"offline_"+caseId+"_"+timeKey ;
|
|
|
+ caseOffPath = zipPath+"offline_"+caseId+"_"+timeKey ;
|
|
|
caseService.updateOfflineStatus(caseId,1,zipPath);
|
|
|
String redisKey = String.format(downProcessKey, caseId);
|
|
|
|