台账更新添加comtype
This commit is contained in:
@@ -230,7 +230,7 @@ std::string get_front_type_from_subdir() {
|
||||
else if (std::strstr(subdir, "cfg_soe_comtrade") != NULL)
|
||||
return "comtrade";
|
||||
else if (std::strstr(subdir, "cfg_pqdif_data") != NULL)
|
||||
return "pqdif";
|
||||
return "PQDIF";
|
||||
else if (std::strstr(subdir, "cfg_recallhis_data") != NULL)
|
||||
return "recall";
|
||||
else if (std::strstr(subdir, "cfg_stat_data") != NULL)
|
||||
|
||||
Reference in New Issue
Block a user