Commit 7d233a45 authored by Quxl's avatar Quxl

x

parent ce085142
......@@ -90,7 +90,8 @@ public class BrandServiceImpl implements BrandService {
+ "b.sPinyinCode, "
+ "acg.sBrandID, "
+ "b.sBrandName, "
+ "b.sLogoUrl "
+ "b.sLogoUrl, "
+ "b.nSort"
+ "ORDER BY "
+ "b.nSort, "
+ "b.sPinyinCode ";
......
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