加缓存

beetlsql3-dev
Mlxa0324 2 years ago
parent eb3409d541
commit 2d401b4590

@ -234,9 +234,10 @@ queryMyApplicationByConditionQuery
@if(!isEmpty(universitiesCollegesId)) { @if(!isEmpty(universitiesCollegesId)) {
and tb.universities_colleges_id = #universitiesCollegesId# and tb.universities_colleges_id = #universitiesCollegesId#
@} @}
@// 子应用系统类型
AND tb.`type` = 1 AND tb.`type` = 1
AND tb.use_end_time > now() @// 是否处于可以使用的时间范围内
AND now() between tb.use_start_time and tb.use_end_time
) zz ) zz
ORDER BY ORDER BY
CASE zz.order_index WHEN NULL THEN 0 ELSE zz.order_index END DESC CASE zz.order_index WHEN NULL THEN 0 ELSE zz.order_index END DESC
Loading…
Cancel
Save