Browse Source

fixed bugs

fushengqian 2 months ago
parent
commit
155efa2632
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fuint-repository/src/main/resources/mapper/MtUserMapper.xml

+ 1 - 1
fuint-repository/src/main/resources/mapper/MtUserMapper.xml

@@ -32,7 +32,7 @@
     </select>
 
     <update id="updateActiveTime">
-        update mt_user t set t.UPDATE_TIME = #{updateTime}s where t.ID = #{userId}
+        update mt_user t set t.UPDATE_TIME = #{updateTime} where t.ID = #{userId}
     </update>
 
     <update id="updateUserBalance">