del: 移除param_config表相关引用

This commit is contained in:
TsMask
2024-10-12 18:00:20 +08:00
parent 4e94ec23aa
commit b01c38c4ac
12 changed files with 9 additions and 736 deletions

10
.vscode/launch.json vendored
View File

@@ -29,15 +29,6 @@
"program": "d:/local.git/be.ems/sshsvc/sshsvc.go",
"console": "integratedTerminal"
},
{
"name": "debug loadpconf",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "d:/local.git/be.ems/tools/loadpconf",
"args": ["-p","../../config/param/smf_param_config.yaml"],
"console": "integratedTerminal"
},
{
"name": "debug crontask",
"type": "go",
@@ -52,7 +43,6 @@
"request": "launch",
"mode": "debug",
"program": "d:/local.git/be.ems/tools/encode",
//"args": ["-p","../../config/param/smf_param_config.yaml"],
"console": "integratedTerminal"
}
]