@@ -1378,6 +1378,9 @@
user_bank_record
WHERE
1=1
+ <if test="examId != null and examId !='' ">
+ AND exam_id = #{examId}
+ </if>
<if test="userId != null and userId !='' ">
AND user_id = #{userId}
</if>