|
@ -210,7 +210,7 @@ public class SignPatientLabelInfoController extends BaseController {
|
|
return write(200, "查询成功", "data", jsonObject);
|
|
return write(200, "查询成功", "data", jsonObject);
|
|
}
|
|
}
|
|
|
|
|
|
JSONArray result = labelInfoService.getPatientByLabel(getUID(), labelCode, labelType, teamCode, page, pagesize,isSlowDisease,diseaseCondition,isFollowWeChat,trackFlag,startDate,enddate);
|
|
|
|
|
|
JSONArray result = labelInfoService.getPatientByLabel("xh1D2017031502222", labelCode, labelType, teamCode, page, pagesize,isSlowDisease,diseaseCondition,isFollowWeChat,trackFlag,startDate,enddate);
|
|
// JSONArray result = labelInfoService.getPatientByLabel("xy201703150222", labelCode, labelType, teamCode, page, pagesize,isSlowDisease,diseaseCondition,isFollowWeChat);
|
|
// JSONArray result = labelInfoService.getPatientByLabel("xy201703150222", labelCode, labelType, teamCode, page, pagesize,isSlowDisease,diseaseCondition,isFollowWeChat);
|
|
|
|
|
|
return write(200, "查询成功", "data", result);
|
|
return write(200, "查询成功", "data", result);
|