修改按照发布时间统计,不按照下架时间统计
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
SUM(COALESCE(vacancies,0) ) zpzrs
|
||||
FROM job WHERE del_flag='0' AND job_location_area_code IS NOT NULL
|
||||
<if test="startTime!=null and startTime!='' ">
|
||||
<![CDATA[ AND down_time >= CAST(#{startTime} AS timestamp) ]]>
|
||||
<![CDATA[ AND posting_date >= CAST(#{startTime} AS timestamp) ]]>
|
||||
</if>
|
||||
GROUP BY job_location_area_code
|
||||
),apply_stats AS (
|
||||
|
||||
Reference in New Issue
Block a user