上面是板块的参数,下面是公司的参数。没家板块下面有多家公司。正常情况下,点击哪个板块出来的公司都是这个板块的。
在移动端,点击大健康和大休闲板块都是正常出来,该板块下的公司,出来的公司默认板块下的第一家。
但是,只要点击了非默认的公司,再去点击其它板块,该公司就会被带到其它板块下面。
如图,点了大休闲的一家非默认公司,在点击大健康,该公司就出现在大健康下面,拓展错误。
感觉公司这里的参数值没有重置,或者清空。总之是被带过去了。请问有什么办法解决?
板块参数数据集:select distinct org_name,code FROM T_CW_FinanciIndex
where org_level in (1,2) order by code
板块默认:sql("YMCI_CW","select distinct org_name,code FROM T_CW_FinanciIndex where org_level in (1,2)
order by code",1,1)
公司参数数据集:select distinct org_name,code FROM T_CW_FinanciIndex
where org_level=3 and upname='${plate}'
order by code
公司默认:sql("YMCI_CW","select distinct org_name,code from T_CW_FinanciIndex where upname='"+$plate+"' order by code",1,1)