Commit 09d25f55 by 郑云飞

答题记录是否收藏判断添加条件

parent 2f768d38
...@@ -46,5 +46,6 @@ ...@@ -46,5 +46,6 @@
left join db_test_paper_record dtpr on dcl.user_id = dtpr.user_id left join db_test_paper_record dtpr on dcl.user_id = dtpr.user_id
where dtpr.id = #{recordId,jdbcType=BIGINT} where dtpr.id = #{recordId,jdbcType=BIGINT}
and dcl.question_bank_id = #{questionBankId,jdbcType=BIGINT} and dcl.question_bank_id = #{questionBankId,jdbcType=BIGINT}
and dcl.del_flag = 0
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment