重构晋掌柜

wks d4c08f01e4 update 6 月之前
.qoder 8295506331 update 1 年之前
authentication 1eed8b952b Merge remote-tracking branch 'origin/master' 6 月之前
commons 1339aa0871 修复租户平台业务管理模块 业务员管理 团队管理 渠道管理 电销组管理相关接口报错问题,流程已梳理完毕 6 月之前
consoleStatistics cca5f5e8f8 权益包,出口留点比例功能提交 6 月之前
gateway dbcbb2405a 配置 6 月之前
partner 4da68ef792 合伙人bug修改 6 月之前
platform 27acea907a update 6 月之前
rocketmq 3b97c40e01 rocketmq消息队列和消息功能的开发 1 年之前
tenant d4c08f01e4 update 6 月之前
.gitignore 8295506331 update 1 年之前
CLAUDE.md 106fa6797e 修改 10 月之前
README.md 2b0b9ad2b7 redis pom包引用调整 全局轨迹添加 1 年之前
pom.xml 5f0cb9c85b update 6 月之前

README.md

authentication 授权服务 commons 公共类 gateway 网关 platform 总控项目

通过gateway网关转发其他服务项目 后期加入nacos 使用服务名支持负载均衡、服务健康状态管理

轨迹添加 Service层 需要继承HistoryDataService 实现getHistoryData方法 更新与删除操作需要获取历史的数据 type 操作类型 C U D systemCode 系统code serviceTag service Bean名 primary service对应表的主键id 默认为id @OperatorTrajectory(type = "D",systemCode = "JZG",serviceTag = "userRoleService",primary = "id") @GetMapping("/delete") public HttpResult delete(Integer roleId){ }