release: 2.6.2025041113
This commit is contained in:
parent
fda9ecae94
commit
f228884b27
|
@ -1,3 +1,9 @@
|
|||
## 2.6.2025041113
|
||||
- feat: 新增功能
|
||||
- ptest性能检验样品编号字段更改为text [caoqianming]
|
||||
- fix: 问题修复
|
||||
- get_alldata_with_batch中小数计算异常捕获 [caoqianming]
|
||||
- 光子综合查询对小数和None的处理 [caoqianming]
|
||||
## 2.6.2025040913
|
||||
- feat: 新增功能
|
||||
- 添加MyJSONEncoder以支持decimal [caoqianming]
|
||||
|
|
|
@ -35,7 +35,7 @@ sys.path.insert(0, os.path.join(BASE_DIR, 'apps'))
|
|||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
SYS_NAME = '星途工厂综合管理系统'
|
||||
SYS_VERSION = '2.6.2025040913'
|
||||
SYS_VERSION = '2.6.2025041113'
|
||||
X_FRAME_OPTIONS = 'SAMEORIGIN'
|
||||
|
||||
# Application definition
|
||||
|
|
Loading…
Reference in New Issue