问题单修复

This commit is contained in:
zhuxinyu
2023-04-25 10:12:04 +08:00
parent 21cd4033d9
commit ed67b465e4
2 changed files with 1 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ FROM
a.level,
h.ip,
ifnull(f.Flow,(select flow from cld_flow_meal where type = 0 and flag = 1)) baseFlowMeal,
ifnull(g.Flag,0) reamFlowMeal
ifnull(g.Flow,0) reamFlowMeal
FROM
pq_line a
inner join pq_device h on a.id = h.id

View File

@@ -326,7 +326,6 @@ public class ReportServiceImpl implements ReportService {
.le(StrUtil.isNotBlank(businessParam.getSearchEndTime()), RmpEventDetailPO::getStartTime, DateUtil.endOfDay(DateUtil.parse(businessParam.getSearchEndTime())))
);
List<EventDetail> eventDetailList= BeanUtil.copyToList(eventDetails,EventDetail.class);
// stringBuilder.append(Param.WHERE);
// lineIndexes.stream().forEach(line -> {
// stringBuilder.append("line_id = '").append(line + "' ").append("or ");