//资金来源统计
Sql sql = dao.sqls().create("InvestmentStatistics.sum");
sql.vars().set("fcOrgId",Cnd.where("fc.belong_id","in",list));
sql.vars().set("riOrgId",Cnd.where("ri.org_id","in",list));
select ri.plan_year_project planYearProject from reporting_info ri WHERE 1 != 1 and ri.year = '2017' and ri.month = '1'