Sfoglia il codice sorgente

一键转交用户更换来源

anderx 7 anni fa
parent
commit
82a29a61ee
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>