zhujie
2025-04-11 52358cd76aee8d5f7edc54e177b6eab0d1f58533
src/main/resources/mapper/customer/CustomerMapper.xml
@@ -7,7 +7,7 @@
    <update id="checkVipExpireTime">
        update t_customer_info c
        set c.is_member = 0,c.member_overtime = NULL
        where c.member_overtime < now() and c.is_member = 1
        where c.member_overtime &lt; now() and c.is_member = 1
    </update>
    <select id="queryCustomer" resultType="com.mzl.flower.dto.response.customer.CustomerDTO">
        SELECT