Commit 828c5145 by 阮思源

解决bug

parent 8ab5e013
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
from personal_stage_jump_linkup from personal_stage_jump_linkup
where personal_stage_jump_id = #{jumpId,jdbcType=BIGINT} where personal_stage_jump_id = #{jumpId,jdbcType=BIGINT}
order by to_stage_start_time
</select> </select>
<select id="listBy" resultMap="BaseResultMap" parameterType="map"> <select id="listBy" resultMap="BaseResultMap" parameterType="map">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment