Commit 616cda9d authored by chang20170705's avatar chang20170705

brand

parent 934abb6c
...@@ -112,7 +112,6 @@ public class BrandController { ...@@ -112,7 +112,6 @@ public class BrandController {
returnMap.put("BrandList", entry.getValue().toArray()); returnMap.put("BrandList", entry.getValue().toArray());
returnList.add(returnMap); returnList.add(returnMap);
} }
return Rjx.jsonOk().set("list", returnList).toJson(); return Rjx.jsonOk().set("list", returnList).toJson();
} }
......
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