瀏覽代碼

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

tags/正式3.8.0
王宁 1 年之前
父節點
當前提交
ec48c5d986
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      suser/src/main/resources/mapper/system/UserMapper.xml

+ 1
- 0
suser/src/main/resources/mapper/system/UserMapper.xml 查看文件

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

Loading…
取消
儲存