update code

dev_xds
haha 2023-11-29 21:19:47 +08:00
parent a4683015f7
commit fb247b77df
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