Merge remote-tracking branch 'origin/release/3.0' into dev/dev
# Conflicts: # pom.xml # src/main/java/com/ai/da/common/utils/SendEmailUtil.java # src/main/java/com/ai/da/service/impl/WorkspaceServiceImpl.java
This commit is contained in:
@@ -679,7 +679,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") || tableName.equals("male_bottom")) {
|
||||
nonNullFields.remove("openingType");
|
||||
attributeRetrievalAttrDict.setOpeningType(null);
|
||||
}
|
||||
@@ -965,7 +965,7 @@ public class PythonService {
|
||||
QueryWrapper<Dressing> qw = new QueryWrapper<>();
|
||||
qw.lambda().eq(Dressing::getApparel, validateElementVO.getModelSex());
|
||||
if (validateElementVO.getSingleOverall().equals(SingleOverallEnum.SINGLE.getRealName())) {
|
||||
qw.lambda().eq(Dressing::getApparel, validateElementVO.getSwitchCategory());
|
||||
qw.lambda().eq(Dressing::getStyleCategory, validateElementVO.getSwitchCategory());
|
||||
}
|
||||
List<Dressing> dressings = dressingMapper.selectList(qw);
|
||||
if (CollectionUtil.isEmpty(dressings)) {
|
||||
|
||||
Reference in New Issue
Block a user