This commit is contained in:
linfso 2024-06-06 15:07:25 +08:00
parent 6885ce9230
commit 94d3e4929b

View File

@ -105,7 +105,7 @@
</select>
<!-- 查询问题件类型原型 -->
<select id="selectProblemTypeNameById" parameterType="long" resultType="string">
<select id="selectProblemTypeNameById" parameterType="int" resultType="string">
select a.type_name from emis_problem_type a where a.id = #{id} limit 1
</select>