|
@ -3267,7 +3267,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
public String getSFExpressInfo(String admNo,String realOrder)throws Exception {
|
|
public String getSFExpressInfo(String admNo,String realOrder)throws Exception {
|
|
|
|
|
|
//根据门诊唯一号取就诊记录
|
|
//根据门诊唯一号取就诊记录
|
|
List<WlyyOutpatientDO> wlyyOutpatientDOs = outpatientDao.findByDoctor(admNo);
|
|
|
|
|
|
List<WlyyOutpatientDO> wlyyOutpatientDOs = outpatientDao.findByAdmNo(admNo);
|
|
|
|
|
|
String result = "";
|
|
String result = "";
|
|
|
|
|
|
@ -3310,10 +3310,12 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
sfJsonObject.put("d_name", sfexpress_obj.getName());
|
|
sfJsonObject.put("d_name", sfexpress_obj.getName());
|
|
sfJsonObject.put("d_provinceName", sfexpress_obj.getProvinceName());
|
|
sfJsonObject.put("d_provinceName", sfexpress_obj.getProvinceName());
|
|
sfJsonObject.put("d_cityName", sfexpress_obj.getCityName());
|
|
sfJsonObject.put("d_cityName", sfexpress_obj.getCityName());
|
|
|
|
sfJsonObject.put("d_townName", sfexpress_obj.getTownName());
|
|
sfJsonObject.put("d_address", sfexpress_obj.getAddress());
|
|
sfJsonObject.put("d_address", sfexpress_obj.getAddress());
|
|
sfJsonObject.put("d_phone",sfexpress_obj.getMobile());
|
|
sfJsonObject.put("d_phone",sfexpress_obj.getMobile());
|
|
sfJsonObject.put("express_type",11);
|
|
sfJsonObject.put("express_type",11);
|
|
sfJsonObject.put("pay_method",2);
|
|
sfJsonObject.put("pay_method",2);
|
|
|
|
sfJsonObject.put("receive_time","");
|
|
sfJsonObject.put("dispensaryType",2);
|
|
sfJsonObject.put("dispensaryType",2);
|
|
result = sfJsonObject.toJSONString();
|
|
result = sfJsonObject.toJSONString();
|
|
}
|
|
}
|