|
|
72c7a38f1d
|
refactor(UserJournal): 优化期刊绑定逻辑并完善校验
1. 重构用户查询逻辑,增加未删除过滤
2. 将枚举常量提取复用,统一状态判断
3. 新增数据库事务包裹绑定操作
4. 增加重复绑定同一期刊的校验逻辑
5. 统一绑定时间变量复用
6. 完善更新条件,增加期刊ID和状态校验
|
2026-07-02 11:25:24 +08:00 |
|
|
|
ab09c24338
|
refactor: 拆分自动铺码服务为独立PrintWorker项目
1. 将原WorkService中的AutoDotCodeConsumer、RabbitMQHostedService、IQueueConsumer迁移至新的PrintWorker项目
2. 移除WorkService中冗余的PrintTool依赖文件复制配置
3. 将PrintToolV2.7相关资源移动到PrintWorker项目中统一管理
4. 从WorkService中移除AutoDotCodeConsumer的服务注册
5. 新增PrintWorker项目的完整宿主程序与配置文件
|
2026-06-30 17:41:00 +08:00 |
|
|
|
4579fefef9
|
chore: update wechat config and add print tool dependencies
1. update wechat appid and appsecret in webapi config
2. add print tool related files to copy to output directory for work service
|
2026-06-29 13:52:47 +08:00 |
|
|
|
4142b621c3
|
feat: 新增工作服务项目并调整部分接口路由
1. 新增QYZH.InteractiveMagazine.WorkService工作服务项目,包含队列消费者框架、Hangfire定时任务支持
2. 修复PetService中未定义FeedPetOutput变量的问题
3. 调整JournalController的路由前缀从api/icr改为api
4. 将工作服务项目添加到解决方案中
|
2026-06-11 18:01:07 +08:00 |
|