fxi
Hentua
2024-01-10 51ea662e22121f9a0ddb5b40c4a8e93e098b34ec
src/main/resources/mapper/MenuMapper.xml
@@ -35,6 +35,7 @@
                    and a.parent_id = #{parentId}
                </if>
        </where>
        order by a.order_num ASC,a.order_num ASC
    </select>
    <select id="selectMenuEntityByIdAndParentId" resultType="com.xcong.farmer.cms.modules.system.entity.MenuEntity">
@@ -59,7 +60,7 @@
        <foreach collection = "list" item = "item"  separator=","  open = "(" close = ")" >
            #{item}
        </foreach >
        order by a.order_num ASC
        order by a.order_num ASC,a.order_num ASC
    </select>
</mapper>