Procházet zdrojové kódy

添加排序字段

小么熊🐻 před 1 rokem
rodič
revize
8311e06e1d

+ 1 - 1
nbjk-service/src/main/resources/mapper/vip/VipExamVideoMapper.xml

@@ -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>