Commit a48d0969 by 朱亚洁

feat:[1006111]资源顺序

parent 70470420
...@@ -383,7 +383,7 @@ ...@@ -383,7 +383,7 @@
AND i.serve_type IN ('APP', 'PRODUCT','MEMBER_ACTIVITY') AND i.serve_type IN ('APP', 'PRODUCT','MEMBER_ACTIVITY')
GROUP BY i.serve_id GROUP BY i.serve_id
ORDER BY ORDER BY
n.navigation_seq ASC, c.column_seq ASC, i.seq_num ASC, i.id ASC n.navigation_seq ASC, c.column_seq ASC, i.id ASC
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment