Commit fc8ecdae authored by Quxl's avatar Quxl

x

parent cfc6c3b9
...@@ -45,7 +45,7 @@ public class BrandServiceImpl implements BrandService { ...@@ -45,7 +45,7 @@ public class BrandServiceImpl implements BrandService {
public List<Map<String, Object>> getBrandList(Map<String, Object> map) { public List<Map<String, Object>> getBrandList(Map<String, Object> map) {
String sql="SELECT " String sql="SELECT "
+ "b.sPinyinCode," + "b.sPinyinCode,"
+ "b.sBrandID, " + "acg.sBrandID, "
+ "b.sBrandName," + "b.sBrandName,"
+ "b.sLogoUrl " + "b.sLogoUrl "
+ "FROM " + "FROM "
......
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