dev_xds
姜玉琦 2023-12-01 23:00:41 +08:00
commit e85796bf6d
1 changed files with 2 additions and 0 deletions

View File

@ -208,8 +208,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{item}
</foreach>
</if>
<!--
and ( (existing_problem is not null and existing_problem not like '暂无%' and existing_problem not like '无%' and length(trim(existing_problem))>0 )
or (problem_progress IS NOT NULL AND problem_progress NOT LIKE '暂无%' AND problem_progress NOT LIKE '无%' AND LENGTH(TRIM(problem_progress))>0 ))
-->
group by project_id
)
) s LEFT JOIN sur_project AS p ON s.project_id=p.id order by p.projectSort