lquery.CommandText:='select jhh from scbt_tzhd_record where send_userid='''+v_userid+''' or (get_userid='''+v_userid+''' and get_time not nil)';
v_jhh:=lquery.Params.ParamByName('jhh').AsString;
lquery.CommandText:='select * from scbt_gl_m where jhh='''+v_jhh+'''';
lquery.Execute ;
提示jhh不存在
请教各位大侠