md
This commit is contained in:
parent
6885ce9230
commit
94d3e4929b
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user