|
@@ -165,6 +165,7 @@ public class CustomOptionService extends ServiceImpl<CustomOptionMapper, CustomO
|
|
|
List<String> createIds = new ArrayList<>();
|
|
|
LambdaQueryWrapper<CustomOption> queryWrapper = new LambdaQueryWrapper<>();
|
|
|
queryWrapper.eq(CustomOption::getCustomFieldId, customFieldId);
|
|
|
+ queryWrapper.orderByDesc(CustomOption::getCreateTime);
|
|
|
List<CustomOption> customOptions = this.list(queryWrapper);
|
|
|
customOptions.forEach(
|
|
|
item -> {
|