소스 검색

Merge branch 'zouxuan_saas_2022_04_15' of http://git.dayaedu.com/yonge/mec into master_saas

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

+ 1 - 0
mec-biz/src/main/resources/config/mybatis/StudentStatisticsMapper.xml

@@ -174,6 +174,7 @@
 				<if test="bean.firstCourseTime != null">
 					first_course_time_ = #{bean.firstCourseTime},
 				</if>
+				id_ = id_
 			</set> WHERE user_id_ = #{bean.userId} AND group_type_ = #{bean.groupType}
 		</foreach>
 	</update>