|
|
|
@ -53,9 +53,7 @@ |
|
|
|
<select id="selectStatisticalInfoList" resultType="com.elink.esua.epdc.dto.KpiResultGridDTO"> |
|
|
|
SELECT |
|
|
|
@rownum:=@rownum+1 AS rownum, |
|
|
|
(select substring_index(substring_index(g.all_dept_names,'-',2),'-',-1)) street, |
|
|
|
(select substring_index(substring_index(g.all_dept_names,'-',3),'-',-1)) community, |
|
|
|
(select substring_index(substring_index(g.all_dept_names,'-',4),'-',-1)) grid, |
|
|
|
g.all_dept_names allDeptNames, |
|
|
|
g.id, |
|
|
|
g.grid_id gridId, |
|
|
|
g.manual_score manualScore, |
|
|
|
|