소스 검색

fix:优化

liujunchi 3 년 전
부모
커밋
b4815e9c35
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cooleshow-user/user-biz/src/main/resources/config/mybatis/CourseHomeworkMapper.xml

+ 1 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/CourseHomeworkMapper.xml

@@ -187,6 +187,7 @@
                 and cssp.user_id_ = #{studentId}
             </if>
         </where>
+        limit 1
     </select>
 
 	<select id="selectPaymentStudentInfo" resultType="com.yonge.cooleshow.biz.dal.vo.CourseHomeworkDetailVo">