pnm_service.add(pnm);
retJson = new JSONObject();
retJson.put("messageID", pnm.getEncodedKey());
for (CarPhoneRelation o : cpr_list) {
CarPhonePushNotification cppn = new CarPhonePushNotification();
cppn.setAddTime(CTCommon.getNowTime());
cppn.setCarID(carID);
cppn.setPhoneID(o.getPhoneID());
cppn.setIsSend(false);
cppn.setMessageID(pnm.getEncodedKey());
cppn_service.add(cppn);
JSONArray phoneArray = retJson.getJSONArray("phoneArray");
if (null == phoneArray)
phoneArray = new JSONArray();