|
|
@@ -151,7 +151,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="qwUserId != null">qw_user_id = #{qwUserId},</if>
|
|
|
<if test="qwUserName != null">qw_user_name = #{qwUserName},</if>
|
|
|
<if test="articleId != null">article_id = #{articleId},</if>
|
|
|
- <if test="signType != null">sign_type = #{signtype},</if>
|
|
|
+ <if test="signType != null">sign_type = #{signType},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|
|
|
</update>
|