|  | @ -188,8 +188,10 @@ public class CarePatientService extends BaseJpaService<BasePatientDO, BasePatien
 | 
												
													
														
															|  |         patientBrief.setMobile(patientDetail.getMobile());
 |  |         patientBrief.setMobile(patientDetail.getMobile());
 | 
												
													
														
															|  |         patientBrief.setMobileRemarks(patientDetail.getMobileRemarks());
 |  |         patientBrief.setMobileRemarks(patientDetail.getMobileRemarks());
 | 
												
													
														
															|  |         patientDao.save(patientBrief);
 |  |         patientDao.save(patientBrief);
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |         JSONObject jsonObject1 = jsonObject.getJSONObject("signRecordDO");
 |  | 
 | 
												
													
														
															|  | 
 |  |         JSONObject jsonObject1 = null;
 | 
												
													
														
															|  | 
 |  |         if (jsonObject.containsKey("signRecordDO")){
 | 
												
													
														
															|  | 
 |  |             jsonObject1 = jsonObject.getJSONObject("signRecordDO");
 | 
												
													
														
															|  | 
 |  |         }
 | 
												
													
														
															|  |         JSONObject result  = new JSONObject();
 |  |         JSONObject result  = new JSONObject();
 | 
												
													
														
															|  |         result.put(ResponseContant.resultFlag, ResponseContant.success);
 |  |         result.put(ResponseContant.resultFlag, ResponseContant.success);
 | 
												
													
														
															|  |         result.put(ResponseContant.resultMsg,"修改成功");
 |  |         result.put(ResponseContant.resultMsg,"修改成功");
 |