diff --git a/src/main/java/com/ai/da/python/PythonService.java b/src/main/java/com/ai/da/python/PythonService.java index eaa1c786..d8c9cab9 100644 --- a/src/main/java/com/ai/da/python/PythonService.java +++ b/src/main/java/com/ai/da/python/PythonService.java @@ -673,7 +673,7 @@ public class PythonService { } if (attributeRetrievalAttrDict.getOpeningType() != null) { nonNullFields.add("openingType"); - if (tableName.equals("male_outwear")) { + if (tableName.equals("male_outwear") || tableName.equals("male_top")) { nonNullFields.remove("openingType"); attributeRetrievalAttrDict.setOpeningType(null); }