xiaoyong931011
2022-06-24 fef03417a1f77e9d34629f579d82a68ca45c7e77
src/main/resources/mapper/NavigationBarMapper.xml
@@ -27,7 +27,8 @@
        t_navigation_bar a
        where a.parent_id = #{parentId}
          and a.company_id = #{belongId}
        order by a.create_time desc
        order by a.order_num ASC, a.create_time desc
    </select>
    <select id="selectListByParentId" resultType="com.xcong.farmer.cms.modules.system.entity.NavigationBarEntity">