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