1、试题管理学校端筛选

beetlsql3-dev
wgf 2 years ago
parent f58a98edf5
commit 9072b7385d

@ -635,4 +635,7 @@ and tt.add_type_text like #'%'+addTypeText+'%'#
@if(!isEmpty(questionStem)){
and tt.question_stem like #'%'+questionStem+'%'#
@}
@if(!isEmpty(sourceType)){
and tt.source_type = #sourceType#
@}
order by tt.add_time desc

Loading…
Cancel
Save