BUGFIX:色块重复

This commit is contained in:
shahaibo
2024-05-23 16:38:40 +08:00
parent 031d71bf99
commit 02b3a407a9
5 changed files with 17 additions and 6 deletions

View File

@@ -673,7 +673,7 @@ public class PythonService {
}
if (attributeRetrievalAttrDict.getOpeningType() != null) {
nonNullFields.add("openingType");
if (tableName.equals("male_outwear") || tableName.equals("male_top")) {
if (tableName.equals("male_outwear") || tableName.equals("male_top") || tableName.equals("male_bottom")) {
nonNullFields.remove("openingType");
attributeRetrievalAttrDict.setOpeningType(null);
}