更新意向申请表中信息

This commit is contained in:
苏竹红
2023-06-29 11:47:32 +08:00
parent 05fbfccf5d
commit ddc6b4f810
2 changed files with 11 additions and 0 deletions

View File

@@ -287,6 +287,7 @@
and interview_date = #{currentDay}
</if>
and (start_time>now() or (start_time<![CDATA[<]]>now() and room_status!=2))
and deleted = 0
and application_approved = 1
order by start_time
</where>