Explorar el Código

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

tags/正式3.8.0
王宁 hace 1 año
padre
commit
ec48c5d986
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      suser/src/main/resources/mapper/system/UserMapper.xml

+ 1
- 0
suser/src/main/resources/mapper/system/UserMapper.xml Ver fichero

@@ -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…
Cancelar
Guardar