|
@@ -67,7 +67,7 @@
|
|
|
<if test="remark != null">#{remark},</if>
|
|
|
<if test="delFlag != null">#{delFlag},</if>
|
|
|
<if test="email != null">#{email},</if>
|
|
|
- <if test="headPortrait != null">#{head_portrait},</if>
|
|
|
+ <if test="headPortrait != null">#{headPortrait},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|