帆软用户SdvQUsqAap(提问者)老师,您好请教下 ${
if(sql(\"FRDemo\",\"select flag from 表\",1,1)=1,
\"select * from 你的表2 where 条件字段=\'要的条件\'\",
\"select * from 你的表3 where 条件字段=\'要的条件\'\"
)} 这个 sql(\"FRDemo\",\"select flag from 表\",1,1)=1 里边的 FRDemo 代表啥意思?,select flag from 表 这句sql需要用“”包起来吗