xiaoyong931011
2022-08-09 489b38cff851af79c1908c7493e9025eec87be7c
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">