Commit 9192443b by 田超

Merge branch 'feature/itemSeq' into 'master'

feat:[1006111]资源顺序

See merge request rays/pcloud-book!1462
parents 70470420 a48d0969
...@@ -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