|
@@ -368,7 +368,7 @@ public class CaseDownService {
|
|
|
|
|
|
CaseEntity caseEntity = caseService.getById(caseId);
|
|
|
if(caseEntity.getTmProjectId() == null){
|
|
|
- s1 = s.replaceAll("app=1", "app=2");
|
|
|
+ s1 = s1.replaceAll("app=1", "app=2");
|
|
|
}
|
|
|
|
|
|
FileUtil.writeString(s1, caseOfflinePath + File.separator + batName,"UTF-8");
|