BUGFIX:male_top;

This commit is contained in:
shahaibo
2024-05-22 10:26:29 +08:00
parent e40401f61f
commit 2845c2c8b9

View File

@@ -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);
} }