zoie 7353550dff update:修改内部库为线上引用 | il y a 3 semaines | |
---|---|---|
Nats | il y a 3 semaines | |
conf | il y a 3 semaines | |
controllers | il y a 3 semaines | |
logs | il y a 1 an | |
models | il y a 3 semaines | |
routers | il y a 3 semaines | |
.gitignore | il y a 1 an | |
Makefile | il y a 1 an | |
README.md | il y a 3 semaines | |
Z_Build.bat | il y a 1 an | |
go.mod | il y a 3 semaines | |
go.sum | il y a 3 semaines | |
lastupdate.tmp | il y a 1 an | |
main.go | il y a 3 semaines | |
run.sh | il y a 1 an | |
test.log | il y a 1 an |
git config --global url."git@gogs.baozhida.cn/zoie/ERP_libs".insteadOf "http://120.55.48.97:3000/bzd_zeng/ERP_libs"
go mod edit -replace gogs.baozhida.cn/zoie/ERP_libs=/Users/zoie/work/bzd_project/ERP/ERP_libs
向新系统power表中同步用户系统power表,将 erp_storage 替换为新系统数据库名称
INSERT INTO erp_storage.power(ID,t_id,t_name,t__state,create_time,update_time)
SELECT ID,t_id,t_name,t__state,create_time,update_time FROM erp_user.power
conf/app.conf
GOOS=linux GOARCH=amd64 go build ERP_user.go
./ERP_user
系统名称 | 项目名称 | 端口号 |
---|---|---|
用户管理 | ERP_user | 6700 |
考勤管理 | ERP_ams | 6701 |
薪资管理 | ERP_salary | 6702 |
仓库管理 | ERP_storage | 6703 |
项目管理 | ERP_project | 6704 |