|
@@ -536,8 +536,8 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
String iCode1 = null;
|
|
|
String iCode2 = null;
|
|
|
String iCode3 = null;
|
|
|
- if(map.get("iWIFI")!=null){
|
|
|
- iWIFI=map.get("iWIFI").toString();
|
|
|
+ if(map.get("iMAC")!=null){
|
|
|
+ iWIFI=map.get("iMAC").toString();
|
|
|
}
|
|
|
if(map.get("iBT")!=null){
|
|
|
iBT=map.get("iBT").toString();
|