|
@@ -37,7 +37,7 @@ public class BEH0034 extends QCCatalogue {
|
|
.map(i -> i.getName())
|
|
.map(i -> i.getName())
|
|
.distinct()
|
|
.distinct()
|
|
.collect(Collectors.toList()),
|
|
.collect(Collectors.toList()),
|
|
- pastLabel.getText()
|
|
|
|
|
|
+ pastLabel.getText().replace("“","\"").replace("”","\"")
|
|
);
|
|
);
|
|
if (ListUtil.isNotEmpty(wtOperationNames)) {
|
|
if (ListUtil.isNotEmpty(wtOperationNames)) {
|
|
status.set("-1");
|
|
status.set("-1");
|