KKSU
2025-04-08 ce2737fb8d1aebbb33a12c86043be02ea632f91c
src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -442,4 +442,12 @@
        where id = #{id}
    </update>
    <update id="updateLastLoginTime">
        update mall_member
        set last_login_time = #{lastLoginTime}
        where id = #{id}
    </update>
</mapper>