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>