feat:生成评测docx

This commit is contained in:
lbw
2025-12-10 16:41:35 +08:00
parent 81f44376c5
commit d777437e82
20 changed files with 542 additions and 1 deletions

View File

@@ -97,4 +97,11 @@
where id = #{id,jdbcType=INTEGER}
</update>
<select id="selectVocabularyBankDOListByUnitId" resultMap="BaseResultMap">
select *
from vocabulary_bank
where unit_id = #{unitId}
limit #{wordCount}
</select>
</mapper>