From ddbb38c54db9c3670e5ff53f4bf713525de1099d Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期二, 14 十一月 2023 09:12:10 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-activity/src/main/resources/mapper/CouponMapper.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/cloud-server-activity/src/main/resources/mapper/CouponMapper.xml b/cloud-server-activity/src/main/resources/mapper/CouponMapper.xml index a7cc8b1..3a9e973 100644 --- a/cloud-server-activity/src/main/resources/mapper/CouponMapper.xml +++ b/cloud-server-activity/src/main/resources/mapper/CouponMapper.xml @@ -164,7 +164,9 @@ userPopulation, quantityIssued, pickUpQuantity, - auditStatus + auditStatus, + publisherType, + cityManagerId from t_coupon where auditStatus != 2 <if test="name != null"> -- Gitblit v1.7.1