bug
xiangpei
2024-11-28 4f0b80617ba30bec3b1972afba72f2c310833093
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>