Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
6 years ago
Commit
2833a60fb078b2956313eb5315761f4c5a6ea415
1 parent
bfebca41
兼容不登录的情况
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
product/src/main/java/com/yoho/ufo/service/impl/NFCServiceImpl.java
product/src/main/java/com/yoho/ufo/service/impl/NFCServiceImpl.java
View file @
2833a60
...
...
@@ -152,7 +152,7 @@ public class NFCServiceImpl implements INFCService {
private
void
handleIdertify
(
String
tagId
,
String
nfcId
,
BuyerOrder
buyerOrder
,
int
time
,
int
storageId
){
UserInfoResponseBO
operator
=
UrlInterceptor
.
getLocalOpera
().
getUser
();
String
authId
=
null
==
operator
?
""
:
operator
.
getPid
();
String
authId
=
null
==
operator
?
"
0
"
:
operator
.
getPid
();
IdentifyRecords
records
=
new
IdentifyRecords
();
records
.
setTagId
(
tagId
);
...
...
Please
register
or
login
to post a comment