Quellcode durchsuchen

大题号修改

chen vor 5 Jahren
Ursprung
Commit
cddcf962d9

+ 1 - 1
ssj-mybatis-service-impl/src/main/java/com/ssj/service/mapper/KmtExerciseMapper.java

@@ -1147,7 +1147,7 @@ public interface KmtExerciseMapper {
                                                        @Param("questionClassType")int questionClassType,
                                                        @Param("id")String id);
 
-    @Update("update kmt_exercise_questions set big_question_index=#{req.bigQuestionIndex} small_question_name=#{req.smallQuestionIndex}, image=#{questionImage}, " +
+    @Update("update kmt_exercise_questions set big_question_index=#{req.bigQuestionIndex}, small_question_name=#{req.smallQuestionIndex}, image=#{questionImage}, " +
             " answer_image=#{answerImage}, deal_status =3" +
             " where id=#{req.questionId}")
     int updateQuestionEditData (@Param("req") AddExerciseQuestionRequest req,