瀏覽代碼

问题的类型数量是已确认的数据

tags/v1.1.0
qiujinyang 2 年之前
父節點
當前提交
9a84e61262
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tuoheng-admin/src/main/resources/mapper/QuestionMapper.xml

+ 1
- 1
tuoheng-admin/src/main/resources/mapper/QuestionMapper.xml 查看文件

@@ -10,7 +10,7 @@
<select id="analyzeType" resultType="com.tuoheng.admin.entity.vo.QuestionTypeCountVO">
select q.type,count(q.id) as quantity
from th_question q
where q.mission_id=#{missionId}
where q.mission_id=#{missionId} and q.status=1
group by q.type;
</select>
</mapper>

Loading…
取消
儲存