|
@ -872,7 +872,8 @@ public class PatientInfoPlatFormService {
|
|
tmp.put("city", dw.getString("last_city"));
|
|
tmp.put("city", dw.getString("last_city"));
|
|
tmp.put("province", dw.getString("last_province"));
|
|
tmp.put("province", dw.getString("last_province"));
|
|
tmp.put("address", dw.getString("last_address"));
|
|
tmp.put("address", dw.getString("last_address"));
|
|
|
|
|
|
|
|
Long aLong = dw.getJSONObject("created_at").getLong("$date");
|
|
|
|
tmp.put("createTime",aLong==null?"":DateUtil.dateToStrLong(new Date(aLong)));
|
|
//获取居民家庭定位
|
|
//获取居民家庭定位
|
|
BasePatientDO p = patientDao.findById(patient);
|
|
BasePatientDO p = patientDao.findById(patient);
|
|
if(p != null && StringUtils.isNotBlank(p.getHomeLatLon())){
|
|
if(p != null && StringUtils.isNotBlank(p.getHomeLatLon())){
|