可以修改用户个人状态图标

上级 bbde4c2d
流水线 #8548 已通过 于阶段
in 2 分 14 秒
...@@ -109,7 +109,7 @@ public class UserAccountDO implements Serializable { ...@@ -109,7 +109,7 @@ public class UserAccountDO implements Serializable {
this.nickName = userAccountVO.getNickName(); this.nickName = userAccountVO.getNickName();
this.districtChildId = userAccountVO.getDistrictChildId(); this.districtChildId = userAccountVO.getDistrictChildId();
this.briefIntroduction = userAccountVO.getBriefIntroduction(); this.briefIntroduction = userAccountVO.getBriefIntroduction();
this.userStateId = userAccountVO.getUserStateVO().getId();
} }
public UserAccountDO(BUserAccountVO bUserAccountVO) { public UserAccountDO(BUserAccountVO bUserAccountVO) {
......
...@@ -149,6 +149,9 @@ ...@@ -149,6 +149,9 @@
<if test="password !='' and password != null"> <if test="password !='' and password != null">
password=#{password}, password=#{password},
</if> </if>
<if test="userStateId !=null and userStateId !=''">
user_state_id=#{userStateId},
</if>
update_time = NOW() update_time = NOW()
</set> </set>
<where> <where>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论