44323
2023-10-27 820724a76b4db9ea0eeb14049473ad56ebfb6d45
cloud-server-activity/src/main/resources/mapper/CouponMapper.xml
@@ -32,6 +32,10 @@
        auditStatus
        from t_coupon
        where 1=1
        <if test="objType == 1">
          and  auditStatus =2
        </if>
        where 1=1
        <if test="operatorId != null">
            and cityManagerId = #{operatorId}
        </if>