MyEclipse编译报错:throw new Error("Unresolved compilation problem: ");

thrownewError("Unresolvedcompilationproblem:\n\tTypemismatch:cannotconvertfromFinance... throw new Error("Unresolved compilation problem: \n\tType mismatch: cannot convert from FinanceBean to List<FinanceBean>\n");
JDK版本:1.6
源代码:
public void getQuarterLine(ActionMapping mapping,ActionForm form, HttpServletRequest request,
HttpServletResponse response) throws Exception{
String fjson="";
int ftAttachment = ParamUtil.getParameterInt(request, "ftAttachment",0);
String ftYears = ParamUtil.getParameter(request, "ftYears");//选择了多少年
String chargeType=ParamUtil.getParameter(request, "chargType");
String sdate = ParamUtil.getParameter(request, "sdate");//时间
String kitName="";
if("H".equals(chargeType)){
kitName="回款额";
}else if("T".equals(chargeType)){
kitName="投资额";
}else if("S".equals(chargeType)){
kitName="三项费用";
}
FinanceBean fBean =new FinanceBean();
List ftList = new ArrayList();
fBean.setFtAttachment(ftAttachment);
fBean.setFtKitName(kitName);
fBean.setSDate(sdate);
try {
if(StringUtils.isNotEmpty(ftYears)){
fBean.setFtYears(ftYears);
ftList = this.aphFinanceLogic.getQuarterLine(fBean);
}
} catch (Exception e) {
e.printStackTrace();
}
fjson=FpmCommon.getJson(ftList);
ResponseJsonOutUtil.jsonOutToPrintWriter(response, fjson);
}
展开
 我来答
千叶育儿
推荐于2018-03-23 · 育儿、诗词分享,每天进步一点点!
千叶育儿
采纳数:1524 获赞数:5378

向TA提问 私信TA
展开全部
转换错误cannot convert from FinanceBean to List<FinanceBean>

猜测问题应该出在这句ftList = this.aphFinanceLogic.getQuarterLine(fBean);

请调试一下出错的行号
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式