src/main/resources/mapper/PlatformMapper.xml
@@ -26,8 +26,17 @@ <include refid="Base_Column_List"/> from platform where domain = #{domain} <if test="null != platformName and '' != platformName"> and platform_name =#{platformName} </if> </select> <select id="getPlatformByDomainWeiYi" resultType="com.linghu.model.entity.Platform"> select <include refid="Base_Column_List"/> from platform where domain = #{domain} </select> </mapper>