@@ -531,6 +531,6 @@
</where>
</select>
<select id="selectParentById" resultMap="parentMap">
- select * from sys_parent where parent_id = #{id}
+ select * from sys_parents where parent_id = #{id}
</mapper>