beetlsql3-dev
Mlxa0324 2 years ago
parent b147b8c825
commit a85b9064cf

@ -1077,11 +1077,11 @@ studentScoreList
@if(!isEmpty(generalQuestionSettingIdPlural)){ @if(!isEmpty(generalQuestionSettingIdPlural)){
and find_in_set(t.general_question_setting_id,#generalQuestionSettingIdPlural#) and find_in_set(t.general_question_setting_id,#generalQuestionSettingIdPlural#)
@} @}
@if(!isEmpty(resourcesQuestionSnapshotId)){ @if(!isEmpty(generalResourcesQuestionSnapshotId)){
and t.resources_question_snapshot_id =#resourcesQuestionSnapshotId# and t.resources_question_snapshot_id =#generalResourcesQuestionSnapshotId#
@} @}
@if(!isEmpty(resourcesQuestionSnapshotIdPlural)){ @if(!isEmpty(generalResourcesQuestionSnapshotIdPlural)){
and find_in_set(t.resources_question_snapshot_id,#resourcesQuestionSnapshotIdPlural#) and find_in_set(t.resources_question_snapshot_id,#generalResourcesQuestionSnapshotIdPlural#)
@} @}
@if(!isEmpty(generalQuestionLogAnswer)){ @if(!isEmpty(generalQuestionLogAnswer)){
and t.general_question_log_answer =#generalQuestionLogAnswer# and t.general_question_log_answer =#generalQuestionLogAnswer#

Loading…
Cancel
Save