|
|
@@ -315,9 +315,9 @@ def call_addpointdatum(basedataportal_base_url: str, records: list[dict], id_to_
|
|
|
LOGGER.warning("跳过字段不完整的点位: %s", to_log_text(record))
|
|
|
continue
|
|
|
|
|
|
- if this_value == 0:
|
|
|
- LOGGER.info("跳过 thisValue 为 0 的点位: %s", to_log_text(record))
|
|
|
- continue
|
|
|
+ #if this_value == 0:
|
|
|
+ #LOGGER.info("跳过 thisValue 为 0 的点位: %s", to_log_text(record))
|
|
|
+ #continue
|
|
|
|
|
|
full_time_ts = local_timestamp(parse_full_time(full_time))
|
|
|
LOGGER.info("点位数据: name=%s fullTime=%s thisValue=%s", name, full_time, this_value)
|