去除打印日志
This commit is contained in:
@@ -165,7 +165,6 @@ public class LineTargetServiceImpl implements ILineTargetService {
|
|||||||
}
|
}
|
||||||
String clDid = influxDbParamUtil.getClDidByLineId(item.getLineId());
|
String clDid = influxDbParamUtil.getClDidByLineId(item.getLineId());
|
||||||
//基础信息
|
//基础信息
|
||||||
System.out.println(item.getLineId());
|
|
||||||
CsRtDataVO vo = getLineRtData(item.getId(),item.getLineId(),tempTable[3],tempTable[0],Objects.equals(tempTable[1],"T")?"M":tempTable[1],tempTable[2],targetName,clDid);
|
CsRtDataVO vo = getLineRtData(item.getId(),item.getLineId(),tempTable[3],tempTable[0],Objects.equals(tempTable[1],"T")?"M":tempTable[1],tempTable[2],targetName,clDid);
|
||||||
//设备状态信息
|
//设备状态信息
|
||||||
CsEquipmentDeliveryPO po = equipmentFeignClient.getDevByLineId(item.getLineId()).getData();
|
CsEquipmentDeliveryPO po = equipmentFeignClient.getDevByLineId(item.getLineId()).getData();
|
||||||
@@ -273,13 +272,6 @@ public class LineTargetServiceImpl implements ILineTargetService {
|
|||||||
*/
|
*/
|
||||||
public CsRtDataVO getLineRtData(String id,String lineId, String tableName, String columnName, String phasic, String dataType, String target, String cldId) {
|
public CsRtDataVO getLineRtData(String id,String lineId, String tableName, String columnName, String phasic, String dataType, String target, String cldId) {
|
||||||
CsRtDataVO csRtDataVO = new CsRtDataVO();
|
CsRtDataVO csRtDataVO = new CsRtDataVO();
|
||||||
log.info("---------------------------------------------------------------------------------------------------------------");
|
|
||||||
log.info(lineId);
|
|
||||||
log.info(tableName);
|
|
||||||
log.info(columnName);
|
|
||||||
log.info(phasic);
|
|
||||||
log.info(dataType);
|
|
||||||
log.info(cldId);
|
|
||||||
StatisticalDataDTO statisticalDataDTO = commonService.getLineRtData(lineId,tableName,columnName,phasic,dataType,cldId);
|
StatisticalDataDTO statisticalDataDTO = commonService.getLineRtData(lineId,tableName,columnName,phasic,dataType,cldId);
|
||||||
if(Objects.isNull(statisticalDataDTO)){
|
if(Objects.isNull(statisticalDataDTO)){
|
||||||
statisticalDataDTO = new StatisticalDataDTO();
|
statisticalDataDTO = new StatisticalDataDTO();
|
||||||
|
|||||||
Reference in New Issue
Block a user