Commit b9c1ce33 authored by Quxl's avatar Quxl

x

parent d4a4a94c
...@@ -644,7 +644,7 @@ public class UserServiceImpl implements UserService { ...@@ -644,7 +644,7 @@ public class UserServiceImpl implements UserService {
String sSalesmanNO1 = (String)customerMap.get("sSalesmanNO1"); String sSalesmanNO1 = (String)customerMap.get("sSalesmanNO1");
map.put("sCustNO", sCustNO); map.put("sCustNO", sCustNO);
map.put("sShopNO", ""); map.put("sShopNO", "");
map.put("sShopName", "无名小店"); map.put("sShopName", sCustNO);
map.put("sOrgNO", orgNo); map.put("sOrgNO", orgNo);
map.put("sShopTypeID", "1"); map.put("sShopTypeID", "1");
map.put("sShopType", "杂货店"); map.put("sShopType", "杂货店");
......
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