From 763c2b92c534b9830f39d304cb423817740c55f2 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期二, 24 九月 2024 15:51:40 +0800
Subject: [PATCH] 玩湃微信商户分账

---
 cloud-server-activity/src/main/resources/mapper/CouponMapper.xml |    3 ++-
 1 files changed, 2 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 ad7517a..d746ed3 100644
--- a/cloud-server-activity/src/main/resources/mapper/CouponMapper.xml
+++ b/cloud-server-activity/src/main/resources/mapper/CouponMapper.xml
@@ -30,7 +30,8 @@
         state,
         illustrate,
         auditStatus,
-        publisherType
+        publisherType,
+        cityManagerId
         from t_coupon
         where 1=1
         <if test="objType == 3">

--
Gitblit v1.7.1