Commit b62055b0 authored by chenzhao's avatar chenzhao

修改代码

parent 3f64eb43
......@@ -604,7 +604,7 @@ public class ImasterDataServiceImpl implements ImasterDataService {
jpInverter.setState(ImasterConstant.inverterStaus.get(String.valueOf(inverterDetailDto.getRun_state())));
jpInverter.setTotalPowerGeneration(inverterDetailDto.getTotal_cap());
jpInverter.setCurrentPower(inverterDetailDto.getActive_power());
jpInverter.setName(imasterInverterList.getDevName().trim());
Long currentTime = System.currentTimeMillis();
Long monthStart = CalendarAdjust.getMonthStartTime(currentTime, "GMT+8:00");
......
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