|
|
@ -61,7 +61,7 @@ public class PowerAxisTagServiceImpl extends BaseServiceImpl<PowerAxisTagDao, Po |
|
|
|
|
|
|
|
QueryWrapper<PowerAxisTagEntity> wrapper = new QueryWrapper<>(); |
|
|
|
wrapper.eq(StringUtils.isNotBlank(id), FieldConstant.ID, id) |
|
|
|
.orderByAsc("STRUCT_LEVEL"); |
|
|
|
.orderByAsc("TAG_CATEGORY", "STRUCT_LEVEL"); |
|
|
|
|
|
|
|
return wrapper; |
|
|
|
} |
|
|
|