tj
2025-04-02 e2c56f53fcfeb638c35464e9da18b78334daad0f
src/main/java/com/mzl/flower/mapper/customer/CustomerMapper.java
@@ -41,4 +41,6 @@
    @Select("select * from t_customer_info where  user_id  = ( select id from t_user where tel =#{phone} and type = 'customer')")
    CustomerDTO findCustomerByPhone(String phone);
    void checkVipExpireTime();
}