Browse Source

学生管理修改学生信息头像修复

tags/正式3.8.0
王宁 1 year ago
parent
commit
ec48c5d986
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      suser/src/main/resources/mapper/system/UserMapper.xml

+ 1
- 0
suser/src/main/resources/mapper/system/UserMapper.xml View File

317
         ,usertime =#{user.usertime},createtime=#{user.createtime},usersex=#{user.usersex}
317
         ,usertime =#{user.usertime},createtime=#{user.createtime},usersex=#{user.usersex}
318
         <if test="user.userphone!=null and user.userphone!=''">,userphone =#{user.userphone}</if>
318
         <if test="user.userphone!=null and user.userphone!=''">,userphone =#{user.userphone}</if>
319
         <if test="user.bindphoned!=null">,bindphoned =#{user.bindphoned}</if>
319
         <if test="user.bindphoned!=null">,bindphoned =#{user.bindphoned}</if>
320
+        <if test="user.headpic!=null and user.headpic!=''">,headpic=#{user.headpic}</if>
320
         where userid=#{user.userid}
321
         where userid=#{user.userid}
321
     </update>
322
     </update>
322
 </mapper>
323
 </mapper>

Loading…
Cancel
Save