From 7a29977ffd973d337b736e4d4de7221c0fd19a49 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 12 Aug 2021 17:56:20 +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 29d81f8..4e833dc 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 now() >= begin_time and end_time >= now() + and kind=2 and now() >= begin_time and end_time >= now() and is_open = 1 and (is_all = 1 or ( -- Gitblit v1.9.1