release: 2.7.2025082816

This commit is contained in:
caoqianming 2025-08-28 16:12:48 +08:00
parent 5e9c15c4a5
commit 22a310906a
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## 2.7.2025082816
- feat: 新增功能
- 添加定时任务以标记mtask为已完成 [caoqianming]
- update_mtask 不再触发状态改变 [caoqianming]
- 子任务提交会触发大任务提交 [caoqianming]
- 优化mlog list查询 [caoqianming]
- 增加直接userid获取token的接口 [caoqianming]
- mlog 添加索引 [caoqianming]
- 增加mlogbw start_test接口以优化批量操作 [caoqianming]
- 优化mlogbw bulk update [caoqianming]
## 2.7.2025082616
- feat: 新增功能
- 添加mlog和handover的锁 [caoqianming]

View File

@ -35,7 +35,7 @@ sys.path.insert(0, os.path.join(BASE_DIR, 'apps'))
ALLOWED_HOSTS = ['*']
SYS_NAME = '星途工厂综合管理系统'
SYS_VERSION = '2.7.2025082616'
SYS_VERSION = '2.7.2025082816'
X_FRAME_OPTIONS = 'SAMEORIGIN'
# Application definition