From 273ad1e8be3e9cc55ebd6aafd37501d69aa5cc81 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期五, 07 三月 2025 14:22:44 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ruoyi-system/src/main/resources/mapper/system/TCheckAcceptRecordMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TCheckAcceptRecordMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TCheckAcceptRecordMapper.xml index d1b8b4b..6c81ca8 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TCheckAcceptRecordMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TCheckAcceptRecordMapper.xml @@ -90,7 +90,7 @@ left join t_house h on t.house_id = h.id <where> - <if test="query.status != null"> + <if test="query.status != null and query.status != ''"> AND t.status = #{query.status} </if> <if test="query.houseNameOrAddress != null and query.houseNameOrAddress != ''"> -- Gitblit v1.7.1