fix: kpi granularity column update to NULL

This commit is contained in:
2024-01-23 20:15:45 +08:00
parent 413f0b4951
commit 5e4183cebc
4 changed files with 21 additions and 6 deletions

11
.vscode/launch.json vendored
View File

@@ -45,6 +45,15 @@
"mode": "debug",
"program": "d:/local.git/ems.agt/crontask",
"console": "integratedTerminal"
}
},
{
"name": "debug encyaml",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "d:/local.git/ems.agt/tools/encode",
//"args": ["-p","../../config/param/smf_param_config.yaml"],
"console": "integratedTerminal"
}
]
}