fix D001
This commit is contained in:
@@ -2361,8 +2361,11 @@ int json_block_create_data(char monid_char[], char* mms_str, double v, int flick
|
||||
if (pdata != NULL)
|
||||
{
|
||||
pdata->mms_str_map.insert(QString::fromAscii(mms_str), v);
|
||||
if (strstr(mms_str, "MMXU2$MX$PhV"))
|
||||
if (strstr(mms_str, "MMXU2$MX$PhV")){
|
||||
pdata->data_have_statistic = 1;
|
||||
printf("---------- json_block_create_data: mp_id= %s ,mms_str=%s value=%fkV----------\n", monid_char, mms_str, v);
|
||||
}
|
||||
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user