|
@ -4,7 +4,6 @@ import com.alibaba.fastjson.JSON;
|
|
|
import com.alibaba.fastjson.JSONArray;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
import com.netflix.discovery.converters.Auto;
|
|
|
import com.yihu.jw.doctor.dao.BaseDoctorDao;
|
|
|
import com.yihu.jw.doctor.dao.BaseDoctorHospitalDao;
|
|
|
import com.yihu.jw.door.dao.*;
|
|
@ -1765,10 +1764,9 @@ public class DoorOrderService {
|
|
|
JSONObject json = new JSONObject();
|
|
|
String orderId = orderDO.getId();
|
|
|
String payTypeName = "上门服务";
|
|
|
BasePatientDO patientDO = patientInfoService.findById(orderDO.getPatient());
|
|
|
List<BasePatientWechatDo> basePatientWechatDos = basePatientWechatDao.findByWechatIdAndPatientId(wxId,orderDO.getPatient());
|
|
|
String openId = basePatientWechatDos.get(0).getOpenid();
|
|
|
String patientName = patientDO.getName();
|
|
|
String patientName = orderDO.getPatientName();
|
|
|
BaseDoctorDO doctorDO = baseDoctorDao.findById(doctorId);
|
|
|
String doctorName = doctorDO.getName();
|
|
|
String deptName = "";
|