mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
实现excel报表文件生成功能
This commit is contained in:
@@ -23,7 +23,7 @@ bool Config::init(std::string filename)
|
||||
JSON::read(jsonroot, "debug", option.debug);
|
||||
JSON::read(jsonroot, "weburl", option.webSrvUrl);
|
||||
JSON::read(jsonroot, "launchdate", option.lunchDate);
|
||||
|
||||
JSON::read(jsonroot, "exportpath", option.exportpath);
|
||||
|
||||
if (jsonroot.contains("database"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user