|
@ -215,8 +215,10 @@ public class PatientRecordService {
|
|
|
//获取基卫数据
|
|
|
String response = jwSmjkService.getExamAndLabReport(patient.getSsc(), page, pageSize); //【基卫接口】
|
|
|
|
|
|
|
|
|
int pageInt = Integer.parseInt(page);
|
|
|
int pageSizeInt = Integer.parseInt(pageSize);
|
|
|
pageInt = pageInt > 0 ? pageInt -1 : 0;
|
|
|
//获取app数据
|
|
|
String sql = "select a.*,b.img_type as catalog,GROUP_CONCAT(b.img_label) as label \n" +
|
|
|
"from wlyy_patient_event a,wlyy_patient_event_img b\n" +
|