Commit 85efec44 authored by 张永's avatar 张永

1

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