|
@@ -133,7 +133,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="accord != null">accord = #{accord},</if>
|
|
<if test="accord != null">accord = #{accord},</if>
|
|
|
<if test="source != null">source = #{source},</if>
|
|
<if test="source != null">source = #{source},</if>
|
|
|
<if test="linkurl != null">linkurl = #{linkurl},</if>
|
|
<if test="linkurl != null">linkurl = #{linkurl},</if>
|
|
|
- <if test="deptId != null">deptid = #{deptId},</if>
|
|
|
|
|
|
|
+ <if test="deptId != null">dept_id = #{deptId},</if>
|
|
|
<if test="time != null">time = #{time},</if>
|
|
<if test="time != null">time = #{time},</if>
|
|
|
</trim>
|
|
</trim>
|
|
|
where id = #{id}
|
|
where id = #{id}
|