问题单修复
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 ");
|
||||
|
||||
Reference in New Issue
Block a user