${if(len(sf)>0," and a.lv3_corp_code in (select unit_id from dim.dim_v_dcsp_org_unit where full_id like concat('%','${org}','%'))"," and a.org_code in (select unit_id from dim.dim_v_dcsp_org_unit where full_id like concat('%','${org}','%')) ")} 这段报错原因怎么都找不到,有没有大佬指点一下
以下是报错原因
错误信息指出在该行遇到了一个标识符(IDENTIFIER),而期望的是一个竖线(|)或逗号(COMMA)