修改按照发布时间统计,不按照下架时间统计

This commit is contained in:
sh
2026-03-25 17:57:49 +08:00
parent 3d5e3f2e29
commit 3426b7a101

View File

@@ -63,7 +63,7 @@
SUM(COALESCE(vacancies,0) ) zpzrs SUM(COALESCE(vacancies,0) ) zpzrs
FROM job WHERE del_flag='0' AND job_location_area_code IS NOT NULL FROM job WHERE del_flag='0' AND job_location_area_code IS NOT NULL
<if test="startTime!=null and startTime!='' "> <if test="startTime!=null and startTime!='' ">
<![CDATA[ AND down_time >= CAST(#{startTime} AS timestamp) ]]> <![CDATA[ AND posting_date >= CAST(#{startTime} AS timestamp) ]]>
</if> </if>
GROUP BY job_location_area_code GROUP BY job_location_area_code
),apply_stats AS ( ),apply_stats AS (