Commit 98a21b07 authored by Quxl's avatar Quxl

x

parent cd85e40c
...@@ -301,6 +301,7 @@ public class UserController { ...@@ -301,6 +301,7 @@ public class UserController {
} }
List<Map<String, Object>> shopList = userService.queryShopList((String)customerMap.get("sCustNO")); List<Map<String, Object>> shopList = userService.queryShopList((String)customerMap.get("sCustNO"));
customerMap.put("sShopNO", shopList.get(0).get("sShopNO")); customerMap.put("sShopNO", shopList.get(0).get("sShopNO"));
customerMap.put("nShopID", shopList.get(0).get("nShopID"));
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