@@ -24,7 +24,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="taskId != null and taskId != ''"> and task_id = #{taskId}</if>
</where>
order by create_time desc
- limit 3
</select>
<select id="selectModeling3DById" parameterType="Long" resultMap="Modeling3DResult">