温红权 hace 8 años
padre
commit
62d6a9aff1

+ 1 - 1
VisualInspection/js/statistics/assess_type.js

@@ -126,7 +126,7 @@ function gethtml(data, i, avg, lists) {
             }
         } else if (i == 13) {
             name = "南通";
-            rowspan = 8;
+            rowspan = 9;
             ranking = rank[i];
             for (var i = 0; i < lists.length; i++) {
                 if (avg > lists[i]) {

+ 1 - 1
VisualInspection_server/src/main/java/com/xintong/visualinspection/mapper/cluster/DepartmentMapper.xml

@@ -125,7 +125,7 @@
 		            #{position_id}
 		        </foreach>
         	</if>
-			AND s.ORGAN_ID IS NOT NULL GROUP BY s.ORGAN_ID 
+			AND s.ORGAN_ID IS NOT NULL GROUP BY s.ORGAN_ID
 	</select>