|
@@ -32,9 +32,9 @@ public class OPE0353 extends QCCatalogue {
|
|
|| operationDoc.getOperationDiscussionDoc().getOperationDiscussionLabel().getMeasuresAfterOp().length() < 10)
|
|
|| operationDoc.getOperationDiscussionDoc().getOperationDiscussionLabel().getMeasuresAfterOp().length() < 10)
|
|
|| StringUtil.isBlank(operationDoc.getOperationDiscussionDoc().getOperationDiscussionLabel().getAttentionAfterOp())
|
|
|| StringUtil.isBlank(operationDoc.getOperationDiscussionDoc().getOperationDiscussionLabel().getAttentionAfterOp())
|
|
|| operationDoc.getOperationDiscussionDoc().getOperationDiscussionLabel().getAttentionAfterOp().length() < 10) {
|
|
|| operationDoc.getOperationDiscussionDoc().getOperationDiscussionLabel().getAttentionAfterOp().length() < 10) {
|
|
- flag = flag;
|
|
|
|
|
|
+ flag = true;
|
|
}
|
|
}
|
|
- return true;
|
|
|
|
|
|
+ return flag;
|
|
}).count();
|
|
}).count();
|
|
if (count > 0) {
|
|
if (count > 0) {
|
|
status.set("-1");
|
|
status.set("-1");
|