From 07e58d77abaf0e82ca7673e0e84c43fc5ea664a3 Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期一, 18 十二月 2023 09:14:27 +0800 Subject: [PATCH] 合同评审及登录页 --- modules/mainPart/src/main/resources/mapper/project/ProjectDao.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/modules/mainPart/src/main/resources/mapper/project/ProjectDao.xml b/modules/mainPart/src/main/resources/mapper/project/ProjectDao.xml index 719f9d1..154daf9 100644 --- a/modules/mainPart/src/main/resources/mapper/project/ProjectDao.xml +++ b/modules/mainPart/src/main/resources/mapper/project/ProjectDao.xml @@ -14,6 +14,9 @@ <if test="tableName!=null"> and id not in (select project_id from ${tableName} where is_delete = 0) </if> + <if test="tableName =='contract_review'"> + and is_contract =1 + </if> </where> <if test="orderBySql!=null"> ORDER BY ${orderBySql} -- Gitblit v1.9.1