临期线索

This commit is contained in:
苏竹红
2023-07-05 20:10:33 +08:00
parent ba2643c2c2
commit 82a2c6f34b

View File

@@ -264,6 +264,7 @@
<if test="currentDate!=null and currentDate!=''">
and interview_date BETWEEN #{currentDate} and #{endDate}
</if>
and deleted = 0 and application_approved = 1
</where>
group by interview_date
</select>