From 2d401b45909456c3b5d2a78cd674329cc57ec203 Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Mon, 12 Dec 2022 12:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/sql/jlw/resourcesApplication.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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