1:查询过滤条件不为空:
<select id="getActivityByIdAndEx" resultMap="BaseResultMap" >
select
<include refid="Base_Column_List"/>
from
experiencesend where userId=#{userId} and experienceId=#{experienceId} and changeCode is not null
</select>
时间: 2024-10-01 20:37:28