|
@ -189,7 +189,7 @@ public class SignPatientLabelInfoController extends BaseController {
|
|
|
@RequestParam(required = false) boolean isFollowWeChat,
|
|
|
@RequestParam(required = false) String trackFlag,
|
|
|
@RequestParam(required = false) String startDate,
|
|
|
@RequestParam(required = false) String enddate) {
|
|
|
@RequestParam(required = false) String endDate) {
|
|
|
try {
|
|
|
if (StringUtils.isEmpty(labelCode)) {
|
|
|
return error(-1, "标签cdoe不能为空");
|
|
@ -210,7 +210,7 @@ public class SignPatientLabelInfoController extends BaseController {
|
|
|
return write(200, "查询成功", "data", jsonObject);
|
|
|
}
|
|
|
|
|
|
JSONArray result = labelInfoService.getPatientByLabel("xh1D2017031502222", labelCode, labelType, teamCode, page, pagesize,isSlowDisease,diseaseCondition,isFollowWeChat,trackFlag,startDate,enddate);
|
|
|
JSONArray result = labelInfoService.getPatientByLabel(getUID(), labelCode, labelType, teamCode, page, pagesize,isSlowDisease,diseaseCondition,isFollowWeChat,trackFlag,startDate,endDate);
|
|
|
// JSONArray result = labelInfoService.getPatientByLabel("xy201703150222", labelCode, labelType, teamCode, page, pagesize,isSlowDisease,diseaseCondition,isFollowWeChat);
|
|
|
|
|
|
return write(200, "查询成功", "data", result);
|