Commit 56b1daec authored by Quxl's avatar Quxl

x

parent a1e3a267
......@@ -455,7 +455,7 @@ public class UserServiceImpl implements UserService {
map.put("nTag", custMap.get("nTag"));
map.put("sCustName", custMap.get("sCustName"));
map.put("sCustNO", custMap.get("sCustNO"));
map.put("sAuthMemo", (String)custMap.get("sMemo"));
map.put("sAuthMemo", shopMap.get("sMemo"));
map.put("nStoreCount", custMap.get("nStoreCount"));
map.put("sShopNO", shopMap.get("sShopNO"));
map.put("nShopID", shopMap.get("nShopID"));
......@@ -468,7 +468,7 @@ public class UserServiceImpl implements UserService {
map.put("sDistrict", sDistrict);
map.put("sAddress", sAddress);
map.put("sEmail", shopMap.get("sEmail"));
map.put("sMemo", shopMap.get("sMemo"));
map.put("sMemo", (String)custMap.get("sMemo"));
map.put("sSalesmanNO1", shopMap.get("sSalesmanNO1"));
map.put("sMainBusiness", shopMap.get("sMainBusiness"));
......
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