retJson = new JSONObject();
retJson.put("messageID", pnm.getEncodedKey());
for (CarPhoneRelation o : cpr_list) {
if (o.getCarID().equals(carID)) {
PhoneCarPushNotification pcpn = new PhoneCarPushNotification();
pcpn.setAddTime(CTCommon.getNowTime());
pcpn.setCarID(carID);
pcpn.setPhoneID(phoneID);
pcpn.setIsSend(false);
pcpn.setMessageID(pnm.getEncodedKey());
pcpn_service.add(pcpn);
JSONArray carArray = retJson.getJSONArray("carArray");
if (null == carArray)
carArray = new JSONArray();