|
@@ -147,9 +147,6 @@
|
|
|
<if test="realName != null and realName != ''">
|
|
|
real_name_ = #{realName},
|
|
|
</if>
|
|
|
- <if test="isSuperAdmin != null">
|
|
|
- is_super_admin_ = #{isSuperAdmin},
|
|
|
- </if>
|
|
|
<if test="certificateType != null">
|
|
|
certificate_type_ = #{certificateType},
|
|
|
</if>
|