Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
shop
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
shop
Commits
b345717a
Commit
b345717a
authored
Sep 23, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
7e8cc38a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
UserServiceImpl.java
...ain/java/com/egolm/shop/service/impl/UserServiceImpl.java
+1
-2
No files found.
src/main/java/com/egolm/shop/service/impl/UserServiceImpl.java
View file @
b345717a
...
@@ -438,17 +438,16 @@ public class UserServiceImpl implements UserService {
...
@@ -438,17 +438,16 @@ public class UserServiceImpl implements UserService {
map
.
put
(
"nTag"
,
custMap
.
get
(
"nTag"
));
map
.
put
(
"nTag"
,
custMap
.
get
(
"nTag"
));
map
.
put
(
"sCustName"
,
custMap
.
get
(
"sCustName"
));
map
.
put
(
"sCustName"
,
custMap
.
get
(
"sCustName"
));
map
.
put
(
"sCustNO"
,
custMap
.
get
(
"sCustNO"
));
map
.
put
(
"sCustNO"
,
custMap
.
get
(
"sCustNO"
));
map
.
put
(
"sAuthMemo"
,
(
String
)
custMap
.
get
(
"sMemo"
));
map
.
put
(
"sShopNO"
,
shopMap
.
get
(
"sShopNO"
));
map
.
put
(
"sShopNO"
,
shopMap
.
get
(
"sShopNO"
));
map
.
put
(
"nShopID"
,
shopMap
.
get
(
"nShopID"
));
map
.
put
(
"nShopID"
,
shopMap
.
get
(
"nShopID"
));
map
.
put
(
"sShopName"
,
shopMap
.
get
(
"sShopName"
));
map
.
put
(
"sShopName"
,
shopMap
.
get
(
"sShopName"
));
map
.
put
(
"sProvinceID"
,
sProvinceID
);
map
.
put
(
"sProvinceID"
,
sProvinceID
);
map
.
put
(
"sCityID"
,
sCityID
);
map
.
put
(
"sCityID"
,
sCityID
);
map
.
put
(
"sDistrictID"
,
sDistrictID
);
map
.
put
(
"sDistrictID"
,
sDistrictID
);
map
.
put
(
"sProvince"
,
sProvince
);
map
.
put
(
"sProvince"
,
sProvince
);
map
.
put
(
"sCity"
,
sCity
);
map
.
put
(
"sCity"
,
sCity
);
map
.
put
(
"sDistrict"
,
sDistrict
);
map
.
put
(
"sDistrict"
,
sDistrict
);
map
.
put
(
"sAddress"
,
shopMap
.
get
(
"sAddress"
));
map
.
put
(
"sAddress"
,
shopMap
.
get
(
"sAddress"
));
map
.
put
(
"sEmail"
,
shopMap
.
get
(
"sEmail"
));
map
.
put
(
"sEmail"
,
shopMap
.
get
(
"sEmail"
));
map
.
put
(
"sMemo"
,
shopMap
.
get
(
"sMemo"
));
map
.
put
(
"sMemo"
,
shopMap
.
get
(
"sMemo"
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment