ソースを参照

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

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>

読み込み中…
キャンセル
保存