Commit b24f542b authored by 鲁鸿波's avatar 鲁鸿波

监督检查统计修改

parent fa65e1e9
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
<select id="selectCheckProblemCountStatistics" resultType="com.testor.module.hazard.model.vo.HazardWorkPlanCheckProblemCountStatisticsVO"> <select id="selectCheckProblemCountStatistics" resultType="com.testor.module.hazard.model.vo.HazardWorkPlanCheckProblemCountStatisticsVO">
SELECT SELECT
TO_CHAR(dates.timeStr, 'YYYY-MM-DD') AS problemDate, dates.timeStr AS problemDate,
COUNT(hwpc.id) AS problemCount COUNT(hwpc.id) AS problemCount
FROM FROM
(SELECT generate_series( (SELECT generate_series(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment