Commit 94e7e754 authored by Quxl's avatar Quxl

x

parent e24a1953
...@@ -875,8 +875,10 @@ public class UserServiceImpl implements UserService { ...@@ -875,8 +875,10 @@ public class UserServiceImpl implements UserService {
if(shopList.size() == 0) { if(shopList.size() == 0) {
throw new XException("该账号暂未绑定门店"); throw new XException("该账号暂未绑定门店");
} }
Map<String, Object> custMap = datas.get(1).get(0);
custMap.put("sOpenID", openId);
map.put("userinfo", uMap); map.put("userinfo", uMap);
map.put("customer", datas.get(1).get(0)); map.put("customer", custMap);
map.put("bankList", datas.get(2)); map.put("bankList", datas.get(2));
map.put("shopList", shopList); map.put("shopList", shopList);
return map; return map;
......
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