一些问题

beetlsql3-dev
Mlxa0324 2 years ago
parent 3a191bd7cf
commit 58f7e8bb25

@ -5,7 +5,7 @@ queryByCondition
select
@pageTag(){
t.*
@ // #use("selectStudentAnswerFragment")#
#use("selectStudentAnswerFragment")#
@}
from general_resources_question_snapshot t
where 1=1
@ -92,7 +92,7 @@ queryByConditionQuery
select
@pageTag(){
t.*
@ // #use("selectStudentAnswerFragment")#
#use("selectStudentAnswerFragment")#
@}
from general_resources_question_snapshot t
where 1=1
@ -324,7 +324,7 @@ getGeneralResourcesQuestionSnapshotValues
* 根据不为空的参数进行查询
select t.*
@ // #use("selectStudentAnswerFragment")#
#use("selectStudentAnswerFragment")#
from general_resources_question_snapshot t
where 1=1
@if(!isEmpty(generalResourcesQuestionSnapshotId)){
@ -386,7 +386,7 @@ getValuesByQuery
* 根据不为空的参数进行查询
select t.*
@ // #use("selectStudentAnswerFragment")#
#use("selectStudentAnswerFragment")#
from general_resources_question_snapshot t
where 1=1 and #function("generalResourcesQuestionSnapshot.query")#
@if(!isEmpty(generalResourcesQuestionSnapshotId)){
@ -484,7 +484,7 @@ getValuesByQueryNotWithPermission
* 根据不为空的参数进行查询(不包含权限)
select t.*
@ // #use("selectStudentAnswerFragment")#
#use("selectStudentAnswerFragment")#
from general_resources_question_snapshot t
where 1=1
@if(!isEmpty(generalResourcesQuestionSnapshotId)){

@ -500,7 +500,7 @@ getValuesByQueryNotWithPermission
* 根据不为空的参数进行查询
select t.*
@ // #use("selectStudentAnswerFragment")#
#use("selectStudentAnswerFragment")#
from resources_question_snapshot t
where 1=1
@if(!isEmpty(resourcesQuestionSnapshotId)){

Loading…
Cancel
Save