#selectTableTag("db_key","db_name","t_s_data_source","dbSource","$!{cgDynamGraphConfigHeadPage.dbSource}")

    您可以键入“”作为一个参数,这里abc是参数的名称。例如:
    select broswer name,count(1) value, '#286FBB' color from t_s_log where id = ${abc} group by broswer。
    select broswer name,count(1) value, '#286FBB' color from t_s_log where id = '${abc}' group by broswer。(如果id字段为字符串类型)
     注:必要用 name,value,color 列。 name 为X轴数据,value 为Y轴数据,color为图表的颜色

#selectDictTag("graphType","graphType","$!{cgDynamGraphConfigHeadPage.graphType}") #selectDictTag("fieldtype","dataStructure","$!{cgDynamGraphConfigHeadPage.dataStructure}")
#selectDictTag("fieldtype","cgDynamGraphConfigItemList[#index#].fieldType","") #selectDictTag("searchmode","cgDynamGraphConfigItemList[#index#].SMode","") #selectDictTag("yesorno","cgDynamGraphConfigItemList[#index#].SFlag","")