var bianma = getRelateDocument().getItemValueAsString("项目编码");
var id =getRelateDocument().getId();
var sql = "select b.* from (select applicationid,id,formid,domainid,item_填报单位,item_项目名称,item_资金来源,item_项目概算,'"+id+"' as PARENT from tlk_资金申请单 where item_项目编码 like '%"+bianma+"%') b";
sql;