xiangpei
2024-05-16 f1e20b08fcc05d78e3d25921494f92f5b9ca49cf
src/main/resources/mapper/TaskExamMapper.xml
@@ -155,4 +155,14 @@
    and grade_level = #{gradeLevel,jdbcType=INTEGER}
  </select>
  <select id="gets" resultMap="BaseResultMap">
    select * from t_task_exam
    where id in
    <foreach item="id" collection="ids" open="(" separator=","
             close=")">
      #{id}
    </foreach>
    and deleted = 0
  </select>
</mapper>