67517 如果项目删除了,在待办中心不展示。

This commit is contained in:
wangzhijiang
2023-03-29 11:31:18 +08:00
parent 23a12e73d3
commit 69a22784f1
@@ -19,6 +19,7 @@
<sql id="BaseQuerySql">
<where>
and project_name is not null
<if test="params.projectName != null and params.projectName !=''">
and (
temp.project_name like CONCAT(CONCAT('%',#{params.projectName}),'%')