Commit c34fc921 authored by yangyang's avatar yangyang

碳银对接 - 更新电站价格字段

parent dbd5b052
...@@ -287,7 +287,7 @@ public class TanYinDataAcquisitionServiceImpl implements TanYinDataAcquisitionSe ...@@ -287,7 +287,7 @@ public class TanYinDataAcquisitionServiceImpl implements TanYinDataAcquisitionSe
jpStation.setAccumulatedPower(Double.parseDouble(tanYinStationInfo.getTotalPower())); jpStation.setAccumulatedPower(Double.parseDouble(tanYinStationInfo.getTotalPower()));
// 并网类型 // 并网类型
// jpStation.setSnCode(golangStationDetail.getNmicode()); // jpStation.setSnCode(golangStationDetail.getNmicode());
// jpStation.setPrice(); jpStation.setPrice(0.45);
// jpStation.setModuleCount(ObjectUtils.isEmpty(Math.toIntExact(golangStationDetail.getModule())) ? 0 : Math.toIntExact(golangStationDetail.getModule())); // jpStation.setModuleCount(ObjectUtils.isEmpty(Math.toIntExact(golangStationDetail.getModule())) ? 0 : Math.toIntExact(golangStationDetail.getModule()));
jpStation.setOnGridType(TanYinConstant.intoNetWorkStatus.get("0")); // 没有该字段默认写死 jpStation.setOnGridType(TanYinConstant.intoNetWorkStatus.get("0")); // 没有该字段默认写死
// 去tanyin_customer_info 查询并网时间 // 去tanyin_customer_info 查询并网时间
......
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