|
@@ -46,7 +46,7 @@
|
|
<select id="selectRunResultCount" parameterType="string" resultType="api.common.pojo.vo.project.ProjectRunResultRatioNumVo">
|
|
<select id="selectRunResultCount" parameterType="string" resultType="api.common.pojo.vo.project.ProjectRunResultRatioNumVo">
|
|
select run_result as resultName, count(*) as num
|
|
select run_result as resultName, count(*) as num
|
|
from simulation_manual_project_task
|
|
from simulation_manual_project_task
|
|
- where p_id = #{id,jdbcType=VARCHAR} and is_deleted = '0'
|
|
|
|
|
|
+ where p_id = #{id,jdbcType=VARCHAR} and is_deleted = '0' and run_result != null and run_result != ""
|
|
group by run_result
|
|
group by run_result
|
|
</select>
|
|
</select>
|
|
|
|
|