huliguo
2025-07-16 6727c89745faa938cc053fa67ea3b9f819f5cbfe
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>