diff --git a/web/src/main/resources/sql/jlw/resourcesApplication.md b/web/src/main/resources/sql/jlw/resourcesApplication.md index 5419b132..e2548cf1 100644 --- a/web/src/main/resources/sql/jlw/resourcesApplication.md +++ b/web/src/main/resources/sql/jlw/resourcesApplication.md @@ -234,9 +234,10 @@ queryMyApplicationByConditionQuery @if(!isEmpty(universitiesCollegesId)) { and tb.universities_colleges_id = #universitiesCollegesId# @} - + @// 子应用系统类型 AND tb.`type` = 1 - AND tb.use_end_time > now() + @// 是否处于可以使用的时间范围内 + AND now() between tb.use_start_time and tb.use_end_time ) zz ORDER BY CASE zz.order_index WHEN NULL THEN 0 ELSE zz.order_index END DESC \ No newline at end of file