From ab888a5c9fcb6df31b159a222dbfdb2418019aa6 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期一, 15 一月 2024 14:35:25 +0800 Subject: [PATCH] 修改 --- modules/mainPart/src/main/resources/mapper/testReviewComment/TestReviewCommentDao.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/modules/mainPart/src/main/resources/mapper/testReviewComment/TestReviewCommentDao.xml b/modules/mainPart/src/main/resources/mapper/testReviewComment/TestReviewCommentDao.xml index a63ea34..f7efa4c 100644 --- a/modules/mainPart/src/main/resources/mapper/testReviewComment/TestReviewCommentDao.xml +++ b/modules/mainPart/src/main/resources/mapper/testReviewComment/TestReviewCommentDao.xml @@ -9,6 +9,9 @@ INNER JOIN project p ON p.id = a.project_id <where> a.is_delete = 0 + <if test="secretClass!=null"> + and p.secret_class <= #{secretClass} + </if> <if test="whereSql!=null"> and ${whereSql} </if> -- Gitblit v1.9.1