BUGFIX:male_top;
This commit is contained in:
@@ -673,7 +673,7 @@ public class PythonService {
|
|||||||
}
|
}
|
||||||
if (attributeRetrievalAttrDict.getOpeningType() != null) {
|
if (attributeRetrievalAttrDict.getOpeningType() != null) {
|
||||||
nonNullFields.add("openingType");
|
nonNullFields.add("openingType");
|
||||||
if (tableName.equals("male_outwear")) {
|
if (tableName.equals("male_outwear") || tableName.equals("male_top")) {
|
||||||
nonNullFields.remove("openingType");
|
nonNullFields.remove("openingType");
|
||||||
attributeRetrievalAttrDict.setOpeningType(null);
|
attributeRetrievalAttrDict.setOpeningType(null);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user