Explorar el Código

一键转交用户更换来源

anderx hace 7 años
padre
commit
82a29a61ee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/java/com/goafanti/common/mapper/UserMapper.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/UserMapper.xml

@@ -1609,6 +1609,7 @@
   <update id="updateDimissionTransfer">
    update user
 		set aid=#{transferId,jdbcType=VARCHAR},
+			source=3,
 			transfer_time=now()
 		where aid=#{aid,jdbcType=VARCHAR}
   </update>