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