select * from lborganization c where instr(replace((SELECT b.fdncode from TUSER a inner join LBORGANIZATION b on a.ORGID=b.id where a.id=1),'.',','),id)>0;
select * from lborganization c where instr(replace((SELECT b.fdncode from TUSER a inner join LBORGANIZATION b on a.ORGID=b.id where a.id=1),'.',','),id)>0;