|
@@ -1022,6 +1022,14 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
return rmap;
|
|
return rmap;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ rs=baseDao.queryForRowSet("select ms_sncode from makeserial where ms_imei1='"+iSN+"' order by ms_id desc");
|
|
|
|
|
+ if(rs.next()){
|
|
|
|
|
+ iSN=rs.getString("ms_sncode");
|
|
|
|
|
+ }
|
|
|
|
|
+ rs=baseDao.queryForRowSet("select ms_sncode from makeserial where ms_mac='"+iSN+"' order by ms_id desc");
|
|
|
|
|
+ if(rs.next()){
|
|
|
|
|
+ iSN=rs.getString("ms_sncode");
|
|
|
|
|
+ }
|
|
|
JSONObject map3=new JSONObject();
|
|
JSONObject map3=new JSONObject();
|
|
|
map3.put("iSN",iSN);
|
|
map3.put("iSN",iSN);
|
|
|
Map<Object, Object> map2=GetRcardMOInfo(map3);
|
|
Map<Object, Object> map2=GetRcardMOInfo(map3);
|