|
@@ -65,7 +65,7 @@ public class PRE03064 extends QCCatalogue {
|
|
|
|
|
|
if (matchSum < normalCheck.size()) {
|
|
|
status.set("-1");
|
|
|
- info.set("未完成常规检查:" + missCheck.toString().replaceAll("[\\[\\]]", ""));
|
|
|
+ info.set("未完成常规检查:" + missCheck.toString().replaceAll("[\\[\\]]", ""));
|
|
|
}
|
|
|
}
|
|
|
// for (String operationDateStr : operationDateList) {
|