Jerry Yan
cd8ae491e2
feat(mobile): 实现基于人脸ID的商品列表查询功能
- 修改AppFaceController中list方法,将scenicId转换为Long类型传递
- 在AppGoodsController中注入FaceService,并在goodsList接口中调用faceService获取人脸列表
- 更新FaceMapper中的listByScenicAndUserId方法签名,统一scenicId参数类型为Long
- GoodsServiceImpl中新增listGoodsByFaceIdList方法,实现根据人脸ID列表查询相关商品逻辑
- 商品查询支持按成片vlog和源素材分类展示,并去重处理
- 优化GoodsService接口,增加listGoodsByFaceIdList方法定义
- OrderMapper.xml
2025-11-21 20:49:05 +08:00
..
2025-07-18 17:18:06 +08:00
2025-07-15 14:52:57 +08:00
2025-09-09 01:42:12 +08:00
2025-07-30 11:34:53 +08:00
2025-09-07 01:42:38 +08:00
2025-08-01 17:42:14 +08:00
2025-08-13 11:11:58 +08:00
2025-09-09 01:42:12 +08:00
2025-10-30 10:16:24 +08:00
2025-09-24 13:45:48 +08:00
2025-03-14 16:48:54 +08:00
2025-07-22 14:47:56 +08:00
2024-12-13 14:02:38 +08:00
2025-01-13 10:26:18 +08:00
2025-11-21 20:49:05 +08:00
2024-12-13 11:35:42 +08:00
2024-12-18 15:11:03 +08:00
2025-06-28 14:41:13 +08:00
2025-11-19 15:08:39 +08:00
2025-11-15 14:05:37 +08:00
2025-09-07 01:42:38 +08:00
2025-09-07 01:42:38 +08:00
2025-09-16 01:27:40 +08:00
2025-11-18 12:47:24 +08:00
2025-11-19 11:10:23 +08:00
2025-11-19 23:23:08 +08:00
2025-11-21 11:41:11 +08:00
2025-11-21 16:04:59 +08:00
2024-12-18 15:11:03 +08:00
2025-07-22 14:47:56 +08:00
2025-08-28 11:12:37 +08:00
2025-09-04 15:57:18 +08:00
2025-11-20 14:55:28 +08:00
2025-09-17 15:13:17 +08:00
2025-09-09 10:57:56 +08:00
2025-09-23 20:57:01 +08:00
2025-10-20 13:18:45 +08:00
2025-11-18 14:42:20 +08:00
2025-11-20 11:00:29 +08:00