|
@@ -27,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
select * from vip_exam_video
|
|
|
</sql>
|
|
|
|
|
|
- <select id="selectVipExamVideoList" parameterType="VipExamVideo" resultMap="VipExamVideoResult">
|
|
|
+ <select id="selectVipExamVideoList" parameterType="com.miaxis.vip.domain.VipExamVideo" resultMap="VipExamVideoResult">
|
|
|
<include refid="selectVipExamVideoVo"/>
|
|
|
<where>
|
|
|
<if test="videoName != null and videoName != ''"> and video_name like concat('%', #{videoName}, '%')</if>
|