重构晋掌柜

hxl13994548489 18513b8bb2 提交消息点击全部未读变为已读 11 months ago
.idea 4a35d01230 补录订单 1 year ago
authentication 21576d8689 app个人中心和中煤python报价 1 year ago
commons 8747fc1924 查询管理员机构树 11 months ago
consoleStatistics 18513b8bb2 提交消息点击全部未读变为已读 11 months ago
gateway 2d2db2ad3d 导出补充 11 months ago
platform a0c1a34e46 上传影像-身份证,行驶证 1 year ago
rocketmq 3b97c40e01 rocketmq消息队列和消息功能的开发 1 year ago
tenant b212710de9 实体 11 months ago
.gitignore beb30bd29c 订单补录 修改 1 year ago
README.md 2b0b9ad2b7 redis pom包引用调整 全局轨迹添加 1 year ago
pom.xml 739dfa164c 提交pom 11 months ago

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){ }