Commit 3f664fd0 authored by 张永's avatar 张永

1

parent e95d5082
...@@ -915,6 +915,7 @@ public class UserServiceImpl implements UserService { ...@@ -915,6 +915,7 @@ public class UserServiceImpl implements UserService {
throw new XException("该账号暂未绑定门店"); throw new XException("该账号暂未绑定门店");
} }
List<Map<String, Object>> payServiceList = datas.get(4); List<Map<String, Object>> payServiceList = datas.get(4);
List<Map<String, Object>> shopAgentList = datas.get(5);
Map<String, Object> custMap = datas.get(1).get(0); Map<String, Object> custMap = datas.get(1).get(0);
custMap.put("sOpenID", openId); custMap.put("sOpenID", openId);
...@@ -923,6 +924,7 @@ public class UserServiceImpl implements UserService { ...@@ -923,6 +924,7 @@ public class UserServiceImpl implements UserService {
map.put("bankList", datas.get(2)); map.put("bankList", datas.get(2));
map.put("shopList", shopList); map.put("shopList", shopList);
map.put("payServiceList", payServiceList); map.put("payServiceList", payServiceList);
map.put("shopAgentList", shopAgentList);
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