Преглед изворни кода

一键转交用户更换来源

anderx пре 7 година
родитељ
комит
82a29a61ee
1 измењених фајлова са 1 додато и 0 уклоњено
  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>