Commit 4ff16809 authored by Quxl's avatar Quxl

x

parent 1f47f742
......@@ -85,8 +85,8 @@ public class BrandController {
public String getBrandList(HttpServletRequest request, HttpServletResponse response) {
List<Map<String,Object>> listMap;
Map<String,Object> params=new HashMap<>();
params.put("OrgNO", request.getParameter("orgNo"));
params.put("ShopNO", request.getParameter("shopNo"));
params.put("orgNo", request.getParameter("orgNo"));
params.put("shopNo", request.getParameter("shopNo"));
listMap=brandService.getBrandList(params);
String reg = "[A-Z]";
//用map把相同首字母放到同一个list中
......
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