{
  "module": "m3",
  "flag": "vertical",
  "configs": [
    {
      "key": "downsnr_list",
      "desc":"下行信噪比列表",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":"="
          }
        ],
        "value": "select (select province from LTE_SYS.T_BASE_P_Table where PName='[@c0]' limit 1) pro,*,round(count1/allcount*100,2.0) from (select city,count(0) allcount,sum(case when count2>[@c3] and count1/count2>[@c5] then 1 else 0 end) count1 from (select city,eci,sum(TotleDLSINRMR) allcount,sum(TotleDLSINRMR) count2,sum(TotleDLSINRMR)-sum([@c4]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c6] group by city,eci) a group by city) a"
      }
    },
    {
      "key": "downsnrxx_list",
      "desc":"下行信噪比小区详细列表",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":"="
          }
        ],
        "value": "select (select province from LTE_SYS.T_BASE_P_Table where PName='[@c0]' limit 1) pro,city,eci,(case when cellname is null then '暂无名称' else cellname end) cellname,count2 allcount,count1,round(count1/count2*100,2.0) from (select city,eci,cellname,sum(TotleDLSINRMR) count2,sum(TotleDLSINRMR)-sum([@c4]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c6] group by city,eci,cellname) a where count2>[@c3] and count1/count2>[@c5] order by eci"
      }
    },
    {
      "key": "downsnrgrid_list",
      "desc":"获取栅格列表",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":"="
          },
          {
            "name": "giscolor",
            "columnname": "",
            "type":"giscolor",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c7",
            "symbol":""
          }
        ],
        "value": "select t.gridid id,[@c4],t1.LONGILEFT lng,t1.latileft lat,t1.longiright lng1, t1.latiright lat1,t1.longileftbot lng2,t1.latileftbot lat2,t1.longirightbot lng3,t1.langirightbot lat3 from (select GridID,round((sum(TotleDLSINRMR)-sum([@c6]))/sum(TotleDLSINRMR)*100,2.0) from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c3] and eci in (select eci from (select eci,sum(TotleDLSINRMR) count2,sum(TotleDLSINRMR)-sum([@c6]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') group by city,eci) a where count2>[@c5] and count1/count2>[@c7]) group by city,GridID) t left join lte_sys.[@c0]_t_base_grid t1 on t.gridid = t1.id"
      }
    },
    {
      "key": "downsnrgridcell_list",
      "desc":"根据栅格查询小区信息",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":"="
          },
          {
            "name": "gridid",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c7",
            "symbol":""
          }
        ],
        "value": "select ROW_NUMBER() OVER (ORDER BY allcount desc) row_id,'[@c7]' gridid,eci,(case when cellname is null then '暂无名称' else cellname end) cellname,count2 allcount,count1,round(count1/count2*100,2.0) from (select city,eci,cellname,sum(TotleDLSINRMR) count2,sum(TotleDLSINRMR)-sum([@c4]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c6] group by city,eci,cellname) a where eci in (select distinct eci from LTE_SYS.[@c0]_T_MR_GRID where gridid='[@c7]') and count1<>0"
      }
    },
    {
      "key": "upsnr_list",
      "desc":"上行信噪比列表",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":"="
          }
        ],
        "value": "select (select province from LTE_SYS.T_BASE_P_Table where PName='[@c0]' limit 1) pro,*,round(count1/allcount*100,2.0) from (select city,count(0) allcount,sum(case when count2>[@c3] and count1/count2>[@c5] then 1 else 0 end) count1 from (select city,eci,sum(totleRSRPMR) allcount,sum(TotleULSINRMR) count2,sum(TotleULSINRMR)-sum([@c4]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c6] group by city,eci) a group by city) a"
      }
    },
    {
      "key": "upsnrxx_list",
      "desc":"上行信噪比小区详细列表",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":"="
          }
        ],
        "value": "select (select province from LTE_SYS.T_BASE_P_Table where PName='[@c0]' limit 1) pro,city,eci,(case when cellname is null then '暂无名称' else cellname end) cellname,allcount,count1,round(count1/allcount*100,2.0) from (select city,eci,cellname,sum(TotleULSINRMR) allcount,sum(TotleULSINRMR)-sum([@c4]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c6] group by city,eci,cellname) a where allcount>[@c3] and count1/allcount>[@c5] order by eci"
      }
    },
    {
      "key": "upsnrgrid_list",
      "desc":"获取栅格列表",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":"="
          },
          {
            "name": "giscolor",
            "columnname": "",
            "type":"giscolor",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c7",
            "symbol":""
          }
        ],
        "value": "select t.gridid id,[@c4],t1.LONGILEFT lng,t1.latileft lat,t1.longiright lng1, t1.latiright lat1,t1.longileftbot lng2,t1.latileftbot lat2,t1.longirightbot lng3,t1.langirightbot lat3 from (select GridID,round((sum(TotleULSINRMR)-sum([@c6]))/sum(TotleULSINRMR)*100,2.0) from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c3] and eci in (select eci from (select eci,sum(TotleULSINRMR) allcount,sum(TotleULSINRMR)-sum([@c6]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') group by city,eci) a where allcount>[@c5] and count1/allcount>[@c7] ) group by city,GridID) t left join lte_sys.[@c0]_t_base_grid t1 on t.gridid = t1.id"
      }
    },
    {
      "key": "upsnrgridcell_list",
      "desc":"根据栅格查询小区信息",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":"="
          },
          {
            "name": "gridid",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c7",
            "symbol":""
          }
        ],
        "value": "select ROW_NUMBER() OVER (ORDER BY allcount desc) row_id,'[@c7]' gridid,eci,(case when cellname is null then '暂无名称' else cellname end) cellname,allcount,count1,round(count1/allcount*100,2.0) from (select city,eci,cellname,sum(TotleULSINRMR) allcount,sum(TotleULSINRMR)-sum([@c4]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c6] group by city,eci,cellname) a where eci in (select distinct eci from LTE_SYS.[@c0]_T_MR_GRID where gridid='[@c7]') and count1<>0"
      }
    },
    {
      "key": "downrsrq_list",
      "desc":"下行RSRQ列表",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":"="
          }
        ],
        "value": "select (select province from LTE_SYS.T_BASE_P_Table where PName='[@c0]' limit 1) pro,*,round(count1/allcount*100,2.0) from (select city,count(0) allcount,sum(case when count2>[@c3] and count1/count2>[@c5] then 1 else 0 end) count1 from (select city,eci,sum(TotleDLRSRQMR) allcount,sum(TotleDLRSRQMR) count2,sum([@c4]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c6] group by city,eci) a group by city) a"
      }
    },
    {
      "key": "downrsrqxx_list",
      "desc":"下行RSRQ小区详细列表",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":"="
          }
        ],
        "value": "select (select province from LTE_SYS.T_BASE_P_Table where PName='[@c0]' limit 1) pro,city,eci,(case when cellname is null then '暂无名称' else cellname end) cellname,count2 allcount,count1,round(count1/count2*100,2.0) from (select city,eci,cellname,sum(TotleDLRSRQMR) count2,sum([@c4]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c6] group by city,eci,cellname) a where count2>[@c3] and count1/count2>[@c5] order by eci"
      }
    },
    {
      "key": "downrsrqgrid_list",
      "desc":"获取栅格列表",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":"="
          },
          {
            "name": "giscolor",
            "columnname": "",
            "type":"giscolor",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c7",
            "symbol":""
          }
        ],
        "value": "select t.gridid id,[@c4],t1.LONGILEFT lng,t1.latileft lat,t1.longiright lng1, t1.latiright lat1,t1.longileftbot lng2,t1.latileftbot lat2,t1.longirightbot lng3,t1.langirightbot lat3 from (select GridID,round(sum([@c6])/sum(TotleDLRSRQMR)*100,2.0) from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c3] and eci in (select eci from (select eci,sum(TotleDLRSRQMR) count2,sum([@c6]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') group by city,eci) a where count2>[@c5] and count1/count2>[@c7]) group by city,GridID) t left join lte_sys.[@c0]_t_base_grid t1 on t.gridid = t1.id"
      }
    },
    {
      "key": "downrsrqgridcell_list",
      "desc":"根据栅格查询小区信息",
      "config": {
        "parameters": [
          {
            "name": "pname",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c0",
            "symbol":""
          },
          {
            "name": "start",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c1",
            "symbol":""
          },
          {
            "name": "end",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c2",
            "symbol":""
          },
          {
            "name": "threshold1",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c3",
            "symbol":""
          },
          {
            "name": "threshold2",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c4",
            "symbol":""
          },
          {
            "name": "threshold3",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c5",
            "symbol":""
          },
          {
            "name": "txteci",
            "columnname": "eci",
            "type":"string",
            "format": "",
            "conditionid": "c6",
            "symbol":"="
          },
          {
            "name": "gridid",
            "columnname": "",
            "type":"string",
            "format": "",
            "conditionid": "c7",
            "symbol":""
          }
        ],
        "value": "select ROW_NUMBER() OVER (ORDER BY count2 desc) row_id,'[@c7]' gridid,eci,(case when cellname is null then '暂无名称' else cellname end) cellname,count2 allcount,count1,round(count1/count2*100,2.0) from (select city,eci,cellname,sum(TotleDLRSRQMR) count2,sum([@c4]) count1 from LTE_SYS.[@c0]_T_MR_GRID where STARTTIME>=to_timestamp('[@c1]','yyyy-mm-dd hh') and STARTTIME<to_timestamp('[@c2]','yyyy-mm-dd hh') [@and] [@c6] group by city,eci,cellname) a where eci in (select distinct eci from LTE_SYS.[@c0]_T_MR_GRID where gridid='[@c7]') and count1<>0"
      }
    }
  ]
}