Administrator
2025-04-29 d3844ee25fbb06b656b5521978f083695d194b07
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>