|
@@ -29,7 +29,7 @@ public class BEH0415 extends QCCatalogue {
|
|
|
String contactAddress_bh = structureMap.get("民族");
|
|
|
String contactAddress_first = firstStructMap.get(Content.nation);
|
|
|
if (!CatalogueUtil.isEmpty(contactAddress_bh) && !CatalogueUtil.isEmpty(contactAddress_first)) {
|
|
|
- if (!contactAddress_first.equals(contactAddress_bh)) {
|
|
|
+ if (!contactAddress_first.equals(contactAddress_bh)&&!contactAddress_bh.contains(contactAddress_first)&&!contactAddress_first.contains(contactAddress_bh)) {
|
|
|
status.set("-1");
|
|
|
}
|
|
|
}
|