Commit Graph

488 Commits (447cd262adc40fb42477d85059346a8a9dfeb62d)

Author SHA1 Message Date
yang 58839f1f12 Merge branch 'feature/community-center' of https://gitea.qinmian.online/CY/mcwl-ai into preview 2025-01-15 16:54:05 +08:00
yang 1398011ee5 feat:调整 2025-01-15 16:53:36 +08:00
yang fa542d1569 feat:社区中心 2025-01-15 16:51:08 +08:00
Diyu0904 f93986f743 修正分支合并 2025-01-15 15:24:17 +08:00
Diyu0904 5f6844dc29 Merge branch 'feature/admin' into preview 2025-01-15 15:23:03 +08:00
Diyu0904 f41ab7b899 新增点赞/取消工作流
新增发布工作流评论
新增点赞/取消工作流评论
新增删除工作流评论
2025-01-15 15:21:55 +08:00
yang 09a7640d6e feat: 知识星球 2025-01-15 13:22:25 +08:00
yang 171100a643 feat: 知识星球 2025-01-15 11:53:22 +08:00
yang c2f0ada4f1 fix(resource): 修复模型图片标签显示问题
- 修正图片标签的字典常量名称
- 实现图片标签的字典值转换
- 初始化图片标签列表
2025-01-14 19:06:07 +08:00
yang 3ebcf6e07e Merge branch 'feature/my-invitation' into preview 2025-01-14 18:54:57 +08:00
yang ab5cc03786 refactor(mcwl): 重构获取模型图片详情接口
- 新增 ModelImageService 接口的 getDetail 方法
- 实现 getDetail 方法,封装模型图片详情信息- 更新 ModelImageController 中的 detail 方法,使用新的 getDetail 接口
- 修改 ModelImageVo 中的 tags 字段类型,从 String 改为 List<String>
2025-01-14 18:53:46 +08:00
ChenYan 6a5ad7403a Merge branch 'feature/resource' of https://gitea.qinmian.online/CY/mcwl-ai into preview 2025-01-14 18:47:09 +08:00
ChenYan d49115ec61 feat(resource): 2025-01-14 18:45:52 +08:00
yang 40d37e42be refactor(resource): 重构图片相关接口
- 新增 ModelImageCommentController 专门处理图片评论相关功能
- 从 ModelImageController 中移除图片评论相关的代码
- 删除了 ModelImageController 中未使用的上传功能
- 调整了 ModelImageController 的路由前缀
2025-01-14 18:28:20 +08:00
ChenYan 90de149f8f Merge branch 'feature/my-invitation' of https://gitea.qinmian.online/CY/mcwl-ai into feature/resource
# Conflicts:
#	mcwl-resource/src/main/java/com/mcwl/resource/service/impl/WorkFlowServiceImpl.java
2025-01-14 18:13:40 +08:00
ChenYan 421ca7dc9d feat(resource): 新增模型产品和工作流相关功能 2025-01-14 18:11:39 +08:00
yang bd42786571 feat(resource): 实现工作流分页查询功能
- 新增 WorkFlowService 接口的 listByPage 方法
- 实现 WorkFlowServiceImpl 类的 listByPage 方法- 添加 ModelImagePageRes 类用于分页查询参数
- 新增 WorkFlowVo 类用于工作流列表展示
- 优化 ModelProductController 中的分页查询逻辑
2025-01-14 18:09:36 +08:00
yang 52ca9b3295 Merge branch 'feature/my-invitation' into preview 2025-01-14 16:34:38 +08:00
yang 4c15e5247f feat(resource): 添加我的发布功能并优化图片列表接口
- 在 MallProductController 中添加了三个新的接口:selectByUserIdModel、selectByUserIdWorkFlow 和 selectByUserIdImage,用于获取用户发布的模型、工作流和图片信息
- 在 ModelCommentController 和 ModelImageController 中添加了 @RepeatSubmit 注解,用于防止重复提交
- 优化了 ModelImageController 中的 list 接口,使用 PageDomain 作为参数,提高了接口的通用性和灵活性
2025-01-14 16:34:13 +08:00
Diyu0904 3e7a30d786 Merge branch 'feature/admin' into preview
# Conflicts:
#	mcwl-admin/src/main/java/com/mcwl/web/controller/resource/WorkFlowController.java
2025-01-14 16:09:33 +08:00
Diyu0904 3645f7894c 新增工作流添加,修改,回显,删除,详情 2025-01-14 16:07:30 +08:00
yang b8bf961509 feat(resource): 重构模型相关 mapper 并添加新功能
-重命名 MallProductMapper 为 ModelMapper
- 在 ModelImageMapper 和 ModelMapper 中添加新的查询方法- 更新 ModelProduct 实体,添加 likeNum 字段
- 重构 ModelServiceImpl 和 SysUserAttentionServiceImpl,使用新的 mapper 方法
- 更新 SysUserInfo 实体,增加模型相关统计字段
2025-01-14 15:21:37 +08:00
ChenYan 1cdfb48ae3 Merge branch 'preview' of https://gitea.qinmian.online/CY/mcwl-ai into preview 2025-01-13 17:18:09 +08:00
ChenYan 2d0a5dcb38 feat: 2025-01-13 17:04:11 +08:00
yang 2385b58bb0 Merge branch 'feature/my-invitation' into preview 2025-01-13 16:19:13 +08:00
yang f445567505 feat(memberCenter): 新增会员支付金额计算功能并优化模型图片上传
- 在 MemberController 中添加 calculatePayment 方法,用于根据会员等级和活动计算支付金额
- 在 MemberService 接口中新增 calculatePayment 方法
- 实现 MemberServiceImpl 中的 calculatePayment 方法,支持折扣活动的计算
- 在 ModelImage 实体中添加 isTop 字段,用于表示是否置顶
- 优化 ModelImageServiceImpl 中的保存逻辑,设置创建时间
2025-01-13 16:18:40 +08:00
ChenYan c8bc835644 feat: 2025-01-13 15:12:50 +08:00
ChenYan 9ef5a22665 Merge branch 'feature/resource' of https://gitea.qinmian.online/CY/mcwl-ai into preview 2025-01-13 11:48:30 +08:00
ChenYan 573ccd5ef8 feat: 2025-01-13 11:47:28 +08:00
Diyu0904 821dce5654 Merge branch 'feature/admin' into preview 2025-01-13 11:46:41 +08:00
Diyu0904 db353dbb83 新增工作流业务 2025-01-13 11:45:47 +08:00
yang 511bd96d84 refactor(mcwl): 重构资源模块并移除支付相关代码- 移除了 AliPayIntegration 和 OrderTradeController 类
- 更新了 ModelImageController 接口,使用新的 ModelImagePageRes 类作为参数
- 新增了 ModelImagePageRes 类,用于图片分页请求
- 更新了 ModelImageService接口和实现类,支持新的分页查询参数
2025-01-13 11:03:59 +08:00
ChenYan af200b9274 Merge remote-tracking branch 'origin/preview' into preview 2025-01-12 16:00:34 +08:00
ChenYan ca41c38141 Merge branch 'feature/resource' of https://gitea.qinmian.online/CY/mcwl-ai into preview 2025-01-12 15:59:42 +08:00
ChenYan 81dd9362cd feat: 2025-01-12 15:58:39 +08:00
yang 942bcd8315 Merge branch 'preview' into feature/my-invitation 2025-01-12 15:54:20 +08:00
yang f41111fc6d ceshi1 2025-01-12 15:50:54 +08:00
ChenYan 031d115263 feat: 模型评论模块 2025-01-12 15:36:37 +08:00
ChenYan d8d3bd97dd feat: 模型评论模块 2025-01-12 15:28:55 +08:00
yang 7f22f046c8 feat(resource): 添加模特图片列表、详情、删除等功能
- 新增图片列表、详情、删除、修改等接口
- 实现分页查询功能
- 添加用户信息展示
- 优化图片上传和评论相关功能
2025-01-12 15:14:31 +08:00
yang 4d2b660faa refactor(mcwl-resource): 优化 ModelImageServiceImpl 类的代码结构- 导入 List 接口,为后续功能扩展做准备 2025-01-11 15:36:32 +08:00
yang 8c844faca5 Merge branch 'feature/my-invitation' into preview
# Conflicts:
#	mcwl-resource/src/main/java/com/mcwl/resource/service/impl/ModelImageServiceImpl.java
2025-01-11 15:34:59 +08:00
yang 120e61102d feat(resource): 添加图片评论功能- 新增 ModelImageCommentVo 类用于评论区评论
- 在 ModelImageService 接口中添加 getComment 方法获取评论
- 在 ModelImageServiceImpl 中实现 getComment 方法
- 在 ModelImageController 中添加 getComment 接口
- 优化 ModelImageLike 和 ModelImageCommentLike相关逻辑
2025-01-11 15:33:30 +08:00
ChenYan f41b9a53d2 feat: 模型版本模块 2025-01-11 15:12:26 +08:00
ChenYan 64de27cc8c Merge remote-tracking branch 'origin/preview' into preview
# Conflicts:
#	mcwl-admin/src/main/java/com/mcwl/web/controller/resource/MallProductController.java
2025-01-11 15:09:21 +08:00
ChenYan 75cdc9ea16 Merge remote-tracking branch 'origin/feature/resource' into preview 2025-01-11 14:53:56 +08:00
ChenYan dccbeac0c2 feat: 模型版本模块 2025-01-11 14:03:52 +08:00
yang bce9420d55 feat(system): 新增消息通知功能
- 添加消息通知相关枚举、实体类、服务接口和实现类
- 实现用户消息、系统公告等功能接口
- 新增消息通知相关的数据库表和映射文件
- 优化用户信息查询接口,支持批量查询
2025-01-10 19:04:28 +08:00
yang 1eeec91626 feat(resource): 添加模型图片上传和评论功能
- 新增 ModelImage、ModelImageComment 和 ModelImageLike 等相关实体类
- 实现图片上传、发布和点赞功能
- 添加评论和评论点赞功能
- 集成支付宝支付相关配置和接口
2025-01-10 13:58:06 +08:00
ChenYan 9ecc8db800 feat: 模型模块 2025-01-09 18:17:28 +08:00