zqy
2025-08-19 2d024e19ca10aed7b7cd556a1320c6319abfa6b7
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -251,7 +251,8 @@
          <if test="loginDate != null">login_date = #{loginDate},</if>
          <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
          <if test="remark != null">remark = #{remark},</if>
          update_time = sysdate()
         <if test="paid != null and paid != ''">paid = #{paid},</if>
         update_time = sysdate()
       </set>
       where user_id = #{userId}
   </update>