Commit 11be6ba0 authored by Quxl's avatar Quxl

x

parent 22b44240
...@@ -202,6 +202,7 @@ public class UserController { ...@@ -202,6 +202,7 @@ public class UserController {
Map<String, Object> shopMap = userService.createShop(orgNo, customerMap); Map<String, Object> shopMap = userService.createShop(orgNo, customerMap);
shopList.add(shopMap); shopList.add(shopMap);
} }
customerMap.put("sShopNO", shopList.get(0).get("sShopNO"));
return Rjx.jsonOk().set("customer", customerMap).set("shopList", shopList).setMessage(I18NUtils.getMessage(langID, "Msg_Login_success")).toJson(); return Rjx.jsonOk().set("customer", customerMap).set("shopList", shopList).setMessage(I18NUtils.getMessage(langID, "Msg_Login_success")).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