mingfu пре 3 недеља
родитељ
комит
6ce174e36c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      ie-system/src/main/resources/mapper/system/SysUserMapper.xml

+ 1 - 0
ie-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -251,6 +251,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 			<if test="scores != null and scores != ''">scores = #{scores, typeHandler=com.ruoyi.system.handlers.SubjectScoreTypeHandler},</if>
 			<if test="selectSubject != null and selectSubject != ''">select_subject = #{selectSubject},</if>
 			<if test="directedStudy != null and directedStudy != ''">directed_study = #{directedStudy},</if>
+			<if test="evalCounts != null and evalCounts != ''">eval_counts = #{evalCounts},</if>
 			<if test="cardId != null and cardId != ''">card_id = #{cardId},</if>
  			<if test="loginIp != null and loginIp != ''">login_ip = #{loginIp},</if>
  			<if test="loginDate != null">login_date = #{loginDate},</if>