Browse Source

一键转交用户更换来源

anderx 7 years ago
parent
commit
82a29a61ee
1 changed files with 1 additions and 0 deletions
  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>