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