Sfoglia il codice sorgente

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

tags/正式3.8.0
王宁 1 anno fa
parent
commit
ec48c5d986
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      suser/src/main/resources/mapper/system/UserMapper.xml

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

@@ -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…
Annulla
Salva