ソースを参照

学员小课统计

zouxuan 3 年 前
コミット
b86caed6a8

+ 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>