From 4179a8c16d3e138145e378e9c40ac103303e0ecb Mon Sep 17 00:00:00 2001 From: pengqiang <1067496116@qq.com> Date: Fri, 19 Nov 2021 16:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A0=85=E7=9B=AE=E5=89=B5=E5=BB=BA=E8=80=85?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E5=AF=A9=E6=A0=B8=E8=87=AA=E5=B7=B1=E7=9A=84?= =?UTF-8?q?=E9=A0=85=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/project_list.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/admin/project_list.ftl b/src/main/resources/templates/admin/project_list.ftl index 9d3f57d..1a3e00b 100644 --- a/src/main/resources/templates/admin/project_list.ftl +++ b/src/main/resources/templates/admin/project_list.ftl @@ -273,7 +273,7 @@ - <#if adminId==list.approveId> + <#if list.creatorId!=list.approveId && adminId==list.approveId>