xiangpei
2024-05-16 f1e20b08fcc05d78e3d25921494f92f5b9ca49cf
src/main/resources/mapper/SubjectMapper.xml
@@ -178,5 +178,9 @@
          id IN <foreach collection="ids" open="(" separator="," close=")" item="id">#{id}</foreach>
  </select>
  <select id="selectSubjectNameById" resultType="string">
    SELECT name FROM t_subject WHERE id = #{id} AND deleted = 0
  </select>
</mapper>