fuliqi
2023-11-28 8dac3a3c993ef006d4765624e046577217d1a898
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>