Administrator
2025-04-28 c1ef57c55e6876c5dfff4e0319dac0c1a4ec60dc
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>