Commit f3653084 authored by yangyang's avatar yangyang

科士达同步采集器详情/逆变器 打印日志

parent 738bd27c
......@@ -821,6 +821,8 @@ public class KsolarDataAcquisitionServiceImpl implements KSolarDataAcquisitionSe
} else {
if (StringUtils.isNotEmpty(jpInverter.getSnCode().trim())) {
jpInverterMapper.insert(jpInverter);
} else {
logger.warn("-------科士达同步采集器详情/逆变器 snCode 为空!------- jpInverter => " + JSON.toJSONString(jpInverter));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment