From 6727c89745faa938cc053fa67ea3b9f819f5cbfe Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期三, 16 七月 2025 16:46:20 +0800 Subject: [PATCH] bug修改 --- src/main/resources/mapper/PlatformMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/PlatformMapper.xml b/src/main/resources/mapper/PlatformMapper.xml index 6d032b8..af932e8 100644 --- a/src/main/resources/mapper/PlatformMapper.xml +++ b/src/main/resources/mapper/PlatformMapper.xml @@ -26,5 +26,8 @@ <include refid="Base_Column_List"/> from platform where domain = #{domain} + <if test="null != platformName and '' != platformName"> + and platform_name =#{platformName} + </if> </select> </mapper> -- Gitblit v1.7.1