|
@@ -1086,7 +1086,7 @@ public class WebpageController extends BaseController {
|
|
|
if (StringUtils.isNumeric(pageSize)) {
|
|
if (StringUtils.isNumeric(pageSize)) {
|
|
|
pSize = Integer.parseInt(pageSize);
|
|
pSize = Integer.parseInt(pageSize);
|
|
|
}
|
|
}
|
|
|
- res.setData(policyService.searchPolicy( keyword,2, null, null, "web_index", pNo, pSize,provinceId));
|
|
|
|
|
|
|
+ res.setData(policyService.searchPolicy( keyword,2, null, null, null, pNo, pSize,provinceId));
|
|
|
return res;
|
|
return res;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|