Administrator
2025-07-23 9feb0b26e8c150b4b34e5bbc121c9d5eb1861d7e
refs
author Administrator <15274802129@163.com>
Wednesday, July 23, 2025 11:32 +0800
committer Administrator <15274802129@163.com>
Wednesday, July 23, 2025 11:32 +0800
commit9feb0b26e8c150b4b34e5bbc121c9d5eb1861d7e
tree 246ab7023af9fefb3d6ef1f2c8eb947977aa85b4 tree | zip | gz
parent 8a7aee11d533a1664d88c3fe03bf0404164b4de9 view | diff
feat(mall): 服饰社交列表增加分类筛选和展示功能

- 在 AdminClothesSocialListDto 中添加 categoryId 字段,用于筛选指定分类的社交信息
- 在 AdminClothesSocialListVo 中添加 categoryName 字段,用于展示社交信息的分类名称
- 修改 ClothesSocialMapper.xml,增加分类名称的查询和分类 ID 的筛选条件
- 在社交列表页面模板中添加分类名称的列显示
4 files modified
10 ■■■■■ changed files
src/main/java/cc/mrbird/febs/mall/dto/clothes/AdminClothesSocialListDto.java 2 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/vo/clothes/AdminClothesSocialListVo.java 1 ●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesSocialMapper.xml 6 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/socialList.html 1 ●●●● diff | view | raw | blame | history