Commit 0f180cda authored by Quxl's avatar Quxl

x

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