From a207d14b163ad9c6af4285bd06d75d43356e4a0f Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 12 Aug 2021 17:51:01 +0800
Subject: [PATCH] fix

---
 zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopCouponDao.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopCouponDao.xml b/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopCouponDao.xml
index 4e833dc..29d81f8 100644
--- a/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopCouponDao.xml
+++ b/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopCouponDao.xml
@@ -563,7 +563,7 @@
         from shop_coupon
         where
         company_id=#{companyId}
-        and kind=2 and now() >= begin_time and end_time >= now()
+        and now() >= begin_time and end_time >= now()
         and is_open = 1
         and (is_all = 1 or
         (

--
Gitblit v1.9.1