Authored by mali

兼容不登录的情况

@@ -152,7 +152,7 @@ public class NFCServiceImpl implements INFCService { @@ -152,7 +152,7 @@ public class NFCServiceImpl implements INFCService {
152 152
153 private void handleIdertify(String tagId, String nfcId, BuyerOrder buyerOrder, int time, int storageId){ 153 private void handleIdertify(String tagId, String nfcId, BuyerOrder buyerOrder, int time, int storageId){
154 UserInfoResponseBO operator = UrlInterceptor.getLocalOpera().getUser(); 154 UserInfoResponseBO operator = UrlInterceptor.getLocalOpera().getUser();
155 - String authId = null == operator ? "" : operator.getPid(); 155 + String authId = null == operator ? "0" : operator.getPid();
156 156
157 IdentifyRecords records = new IdentifyRecords(); 157 IdentifyRecords records = new IdentifyRecords();
158 records.setTagId(tagId); 158 records.setTagId(tagId);