|
@@ -202,7 +202,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
<if test="gzhOpenId != null">gzh_open_id = #{gzhOpenId},</if>
|
|
|
<if test="openId != null">open_id = #{openId},</if>
|
|
|
- <if test="aliuserId != null ">aliuser_id = #{aliuserId}</if>
|
|
|
+ <if test="aliuserId != null ">aliuser_id = #{aliuserId},</if>
|
|
|
<if test="channelOpenId != null">channel_open_id = #{channelOpenId},</if>
|
|
|
<if test="unionId != null">union_id = #{unionId},</if>
|
|
|
<if test="sessionKey != null">session_key = #{sessionKey},</if>
|