微调
This commit is contained in:
@@ -348,6 +348,7 @@
|
||||
<select id="getPollutionDeviceInfo" resultType="com.njcn.device.biz.pojo.dto.PollutionLineInfoDTO">
|
||||
SELECT
|
||||
line.id lineId,
|
||||
line.name lineName,
|
||||
gdinfo.NAME AS gdName,
|
||||
substation.NAME AS subStationName,
|
||||
device.NAME AS devName,
|
||||
@@ -357,6 +358,7 @@
|
||||
lineDetail.load_type AS loadtype,
|
||||
lineDetail.obj_name AS objName,
|
||||
lineDetail.power_substation_name AS powerSubstationName,
|
||||
lineDetail.Time_Interval as timeInterval,
|
||||
deviceDetail.manufacturer AS manufacturer,
|
||||
deviceDetail.dev_Type AS devType,
|
||||
deviceDetail.login_Time AS loginTime,
|
||||
|
||||
@@ -31,6 +31,7 @@ import com.njcn.device.pq.pojo.po.*;
|
||||
import com.njcn.device.pq.pojo.vo.*;
|
||||
import com.njcn.device.pq.service.DeptLineService;
|
||||
import com.njcn.device.pq.service.LineService;
|
||||
import com.njcn.device.pq.service.PqDevTypeService;
|
||||
import com.njcn.influx.constant.InfluxDbSqlConstant;
|
||||
import com.njcn.influx.imapper.PqsCommunicateMapper;
|
||||
import com.njcn.influx.pojo.po.PqsCommunicate;
|
||||
@@ -105,7 +106,7 @@ public class LineServiceImpl extends ServiceImpl<LineMapper, Line> implements Li
|
||||
private final DeptFeignClient deptFeignClient;
|
||||
private final DeptLineService deptLineService;
|
||||
private final UserLedgerFeignClient userLedgerFeignClient;
|
||||
|
||||
private final PqDevTypeService pqDevTypeService;
|
||||
@Override
|
||||
public LineDetailDataVO getLineDetailData(String id) {
|
||||
if (StringUtils.isEmpty(id)) {
|
||||
|
||||
Reference in New Issue
Block a user