|
@ -689,7 +689,7 @@ public class RehabilitationManageService {
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
public ObjEnvelop serviceItem(String planDetailId,String doctorCode) throws Exception{
|
|
public ObjEnvelop serviceItem(String planDetailId,String doctorCode) throws Exception{
|
|
String sql = "select h.name as title,h.name as content,h.code as itemType,d.id,d.execute_time,d.hospital_name,d.status,d.type,d.expense,d.doctor as executeDoctor, " +
|
|
|
|
|
|
String sql = "select h.name as title,h.content as content,h.code as itemType,d.id,d.execute_time,d.hospital_name,d.status,d.type,d.expense,d.doctor as executeDoctor, " +
|
|
" d.doctor_name as executeDoctorName,p.patient ,p.name as patientName,p.create_user as createDoctor,p.create_user_name as createDoctorName, p.status as planStatus," +
|
|
" d.doctor_name as executeDoctorName,p.patient ,p.name as patientName,p.create_user as createDoctor,p.create_user_name as createDoctorName, p.status as planStatus," +
|
|
" p.disease,p.disease_name as diseaseName,p.title as planTitle,d.plan_id as planId "+
|
|
" p.disease,p.disease_name as diseaseName,p.title as planTitle,d.plan_id as planId "+
|
|
" from wlyy_specialist.wlyy_rehabilitation_plan_detail d " +
|
|
" from wlyy_specialist.wlyy_rehabilitation_plan_detail d " +
|