功能-质量-按周统计
This commit is contained in:
parent
9c31326994
commit
5dc18dd22a
@ -433,7 +433,6 @@ public class QualityInspectionRecordController {
|
|||||||
return Result.success(qualityInspectionRecordService.riskChart(map));
|
return Result.success(qualityInspectionRecordService.riskChart(map));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -183,6 +183,9 @@
|
|||||||
and t.status != 6
|
and t.status != 6
|
||||||
<include refid="whereCondition">
|
<include refid="whereCondition">
|
||||||
</include>
|
</include>
|
||||||
|
<if test="param.isStatsByWeek == '1'.toString()">
|
||||||
|
and t.inspect_time <![CDATA[>=]]> concat(date_format(current_date,'%Y-%m'),'-01 00:00:00')
|
||||||
|
</if>
|
||||||
<if test="param.isStatsByWeek == '1'.toString()">
|
<if test="param.isStatsByWeek == '1'.toString()">
|
||||||
group by whichWeekOfMonth
|
group by whichWeekOfMonth
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user