smartor/src/main/resources/mapper/smartor/ServiceTaskMapper.xml
@@ -322,6 +322,8 @@ </where> order by update_time desc,taskid desc <if test="pageSize != null and pageNum != null">limit ${pageSize} OFFSET ${pageNum}</if> </select> <select id="selectServiceTaskByTaskid" parameterType="Long" resultMap="ServiceTaskResult">