Aucune description

zoie 7d341d62b4 update:内部管理员可以创建经销商任务 il y a 1 mois
.idea cf41ea76e8 2023-04-25 il y a 2 ans
Nats dcab096c76 add:验证模版标签为单选内容(T_label=16)时判断该模版描述是否存在,不存在则追加 il y a 2 mois
TimeTask 18ef4af33f 代码交接 il y a 3 mois
conf 7de08e10b4 add:布点范围 il y a 3 mois
controllers 7d341d62b4 update:内部管理员可以创建经销商任务 il y a 1 mois
lib 2dd31556e2 add:自动同步布点 il y a 2 mois
logs 13822b370c update: 日志 il y a 2 ans
models 7d341d62b4 update:内部管理员可以创建经销商任务 il y a 1 mois
routers 8a5f16e07e add:自动填写备注 il y a 1 mois
script 87857c540a 代码提交-通知管理 任务管理 il y a 9 mois
static 18ef4af33f 代码交接 il y a 3 mois
tests 18ef4af33f 代码交接 il y a 3 mois
.gitignore 8efe6713db update: 修改表名 il y a 2 ans
ColdVerify_server.go 18ef4af33f 代码交接 il y a 3 mois
Makefile 8efe6713db update: 修改表名 il y a 2 ans
README.md 87857c540a 代码提交-通知管理 任务管理 il y a 9 mois
Z_Build.bat 18ef4af33f 代码交接 il y a 3 mois
go.mod 18ef4af33f 代码交接 il y a 3 mois
go.sum 18ef4af33f 代码交接 il y a 3 mois
nohup.out c98f092b75 ADD:更新校准证书与布局编号关联 il y a 1 an
run.sh b9bd176e7b first commit il y a 3 ans
test.log b9bd176e7b first commit il y a 3 ans
角色菜单.xlsx 3ea8ad2e2e add:生成报告编号 il y a 2 mois

README.md

ColdVerify_server

冷链验证报告系统

项目部署

安装python依赖

pip install PyPDF2

1、修改配置文件

conf/app.conf

2、打包linux二进制包

GOOS=linux GOARCH=amd64 go build ColdVerify_server.go

3、启动服务

./ColdVerify_server