|
@ -1757,6 +1757,7 @@ public class HealthCareService {
|
|
|
data.put("his_serial",ylzMedicalRelationDO.getHisSerial());//his流水号
|
|
|
data.put("doctor_level",ylzMedicalRelationDO.getDoctorLevel());//医师诊查费等级
|
|
|
data.put("redirect_url",wlyyHospitalSysDictDO.getDictValue());//回调地址
|
|
|
data.put("disease_code",ylzMedicalRelationDO.getDiseaseCode());//病种编码
|
|
|
JSONArray array = new JSONArray();
|
|
|
JSONObject object = new JSONObject();
|
|
|
object.put("detail_serial",ylzMedicalRelationDO.getDetailSerial());
|