67517 如果项目删除了,在待办中心不展示。
This commit is contained in:
+1
@@ -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}),'%')
|
||||
|
||||
Reference in New Issue
Block a user