@ -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