BUGFIX:design;
This commit is contained in:
@@ -959,7 +959,7 @@ public class PythonService {
|
|||||||
QueryWrapper<Dressing> qw = new QueryWrapper<>();
|
QueryWrapper<Dressing> qw = new QueryWrapper<>();
|
||||||
qw.lambda().eq(Dressing::getApparel, validateElementVO.getModelSex());
|
qw.lambda().eq(Dressing::getApparel, validateElementVO.getModelSex());
|
||||||
if (validateElementVO.getSingleOverall().equals(SingleOverallEnum.SINGLE.getRealName())) {
|
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);
|
List<Dressing> dressings = dressingMapper.selectList(qw);
|
||||||
if (CollectionUtil.isEmpty(dressings)) {
|
if (CollectionUtil.isEmpty(dressings)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user