소스 검색

web-数据大屏今日服务监测调整

liao-sea 3 달 전
부모
커밋
5603e388bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapping/cquery/StatisticsCQuery.xml

+ 1 - 1
src/main/resources/mapping/cquery/StatisticsCQuery.xml

@@ -766,7 +766,7 @@
     <select id="findPostHourNewAddCount" resultType="com.hz.employmentsite.vo.statistics.HourNewAddCount">
         SELECT
             HOUR( CreateTime ) AS `Hour`,
-            SUM( post.RecruitCount ) AS postRecruitCount
+            SUM( RecruitCount ) AS postRecruitCount
         FROM
             pc_post
         WHERE