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