"<if test=\"dto.stuInfo !=null and dto.stuInfo !=''\">AND (t3.code like CONCAT('%',#{dto.stuInfo}.'%') or t6.name like CONCAT('%',#{dto.stuInfo}.'%')) </if> \n"+
"(t3.code like #{dto.stuInfo} or t6.name like #{dto.stuInfo})\n"+
@@ -133,7 +132,7 @@ public interface BChapterRepository extends BaseMapper<BChapter> {
...
@@ -133,7 +132,7 @@ public interface BChapterRepository extends BaseMapper<BChapter> {
* @param scoreInfoDTO
* @param scoreInfoDTO
* @return
* @return
*/
*/
@Update("<script>update b_r_student_chapter set chapter_id=#{chapterId},student_id=#{studentId},score=#{score} where business_id = #{businessId}</script>")
@Update("<script>update b_r_student_chapter set chapter_id=#{chapterId},automatic=#{automatic},student_id=#{studentId},score=#{score} where business_id = #{businessId}</script>")
intupdateScoreInfo(ScoreInfoDTOscoreInfoDTO);
intupdateScoreInfo(ScoreInfoDTOscoreInfoDTO);
/**
/**
...
@@ -283,9 +282,9 @@ public interface BChapterRepository extends BaseMapper<BChapter> {
...
@@ -283,9 +282,9 @@ public interface BChapterRepository extends BaseMapper<BChapter> {