diff --git a/.gitignore b/.gitignore index e5a47a9b..538430f6 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ vendor *.bak *.bak* *.exe +database/omc_db_local.sqlite diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a02292..062cca47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 版本发布日志 +## 2.2503.2-20250314 + +- 更新 SMSC CDR原因值字典翻译 +- 修复 用户新增部门parentId必填问题 +- 更新 自定义指标title的状态字段 +- 更新 AMF参数配置systemFeatOpt +- 优化 生产环境关闭GORM日志输出 +- 更新 配置文件数据库地址 + ## 2.2503.1-20250308 - 重构 优化UPF流量统计逻辑 diff --git a/README.md b/README.md index bd8aa605..57f49d40 100644 --- a/README.md +++ b/README.md @@ -133,5 +133,7 @@ DELETE FROM cdr_event_smsc WHERE TIMESTAMP <= 1739540000 cd ./restagent ./restagent.exe -c ./etc/restconf.yaml --sqlPath ../database/common --sqlSource default ./restagent.exe -c ./etc/restconf.yaml --sqlPath ../database/install --sqlSource default +./restagent.exe -c ./etc/restconf.yaml --sqlPath ../database/upgrade/upg_20250313.sql --sqlSource lite +/usr/local/omc/bin/restagent -c /usr/local/omc/etc/restconf.yaml --sqlPath /usr/local/omc/etc/db/upgrade/upg_20250313.sql --sqlSource lite ``` diff --git a/makefile b/makefile index b4df945b..7537df86 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2503.1 +VERSION = 2.2503.2 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index 7553459a..40871f95 100755 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent sshsvc" ProjectL=omc -VERSION=2.2503.1 +VERSION=2.2503.2 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/makefile b/restagent/makefile index 4756c72d..665a9404 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2503.1 +VERSION = 2.2503.2 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/sshsvc/makefile b/sshsvc/makefile index 8d62cff6..43f4fe68 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2503.1 +VERSION = 2.2503.2 LIBDIR = be.ems/lib BINNAME = sshsvc