|
@@ -210,6 +210,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="finishTime != null">finish_time,</if>
|
|
<if test="finishTime != null">finish_time,</if>
|
|
<if test="sendFinishMsg != null">send_finish_msg,</if>
|
|
<if test="sendFinishMsg != null">send_finish_msg,</if>
|
|
<if test="campPeriodTime != null">camp_period_time,</if>
|
|
<if test="campPeriodTime != null">camp_period_time,</if>
|
|
|
|
+ <if test="periodId != null">period_id,</if>
|
|
</trim>
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<if test="userId != null">#{userId},</if>
|
|
<if test="userId != null">#{userId},</if>
|
|
@@ -229,6 +230,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="finishTime != null">#{finishTime},</if>
|
|
<if test="finishTime != null">#{finishTime},</if>
|
|
<if test="sendFinishMsg != null">#{sendFinishMsg},</if>
|
|
<if test="sendFinishMsg != null">#{sendFinishMsg},</if>
|
|
<if test="campPeriodTime != null">#{campPeriodTime},</if>
|
|
<if test="campPeriodTime != null">#{campPeriodTime},</if>
|
|
|
|
+ <if test="periodId != null">#{periodId},</if>
|
|
</trim>
|
|
</trim>
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
@@ -343,6 +345,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="finishTime != null">finish_time = #{finishTime},</if>
|
|
<if test="finishTime != null">finish_time = #{finishTime},</if>
|
|
<if test="sendFinishMsg != null">send_finish_msg = #{sendFinishMsg},</if>
|
|
<if test="sendFinishMsg != null">send_finish_msg = #{sendFinishMsg},</if>
|
|
<if test="lastHeartbeatTime != null">last_heartbeat_time = #{lastHeartbeatTime},</if>
|
|
<if test="lastHeartbeatTime != null">last_heartbeat_time = #{lastHeartbeatTime},</if>
|
|
|
|
+ <if test="periodId != null">period_id = #{periodId},</if>
|
|
</trim>
|
|
</trim>
|
|
where log_id = #{logId}
|
|
where log_id = #{logId}
|
|
</update>
|
|
</update>
|