|
@@ -24,8 +24,8 @@ public class FIRP0191 extends QCCatalogue {
|
|
|
}
|
|
|
Map<String, String> map = inputInfo.getFirstPageRecordDoc().getStructureMap();
|
|
|
String oName = map.get(Content.operative_name);
|
|
|
- if (!StringUtil.isEmpty(oName)) {
|
|
|
- status.set("0");
|
|
|
+ if (StringUtil.isEmpty(oName)) {
|
|
|
+ status.set("-1");
|
|
|
}
|
|
|
}
|
|
|
}
|