|
@@ -796,7 +796,7 @@
|
|
</select>
|
|
</select>
|
|
<select id="getTypeDistribution" resultType="java.util.Map">
|
|
<select id="getTypeDistribution" resultType="java.util.Map">
|
|
SELECT
|
|
SELECT
|
|
- substring(w.info,instr(w.info,"【"),instr(w.info,"】")) as type,
|
|
|
|
|
|
+ substring(w.info,instr(w.info,"【") + 1,instr(w.info,"】") - 2) as type,
|
|
count(DISTINCT(w.id)) count
|
|
count(DISTINCT(w.id)) count
|
|
FROM
|
|
FROM
|
|
t_oe_exam_record f
|
|
t_oe_exam_record f
|