|
|
@@ -800,6 +800,10 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
if(map.get("iMAC_BT")!=null){
|
|
|
mac_bt=map.get("iMAC_BT").toString();
|
|
|
}
|
|
|
+ Object obj=baseDao.getFieldDataByCondition("makeaddresslist","MAL_SNCODE","MAL_SN1_USER='"+iSN+"'");
|
|
|
+ if(obj!=null){
|
|
|
+ iSN=obj.toString();
|
|
|
+ }
|
|
|
JSONObject map3=new JSONObject();
|
|
|
map3.put("iSN",iSN);
|
|
|
Map<Object, Object> map2=GetRcardMOInfo(map3);
|