浏览代码

学员小课统计

zouxuan 3 年之前
父节点
当前提交
b86caed6a8
共有 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>