rx
2023-12-25 5ff6d55ec63f8513aca507c32b8d1a5082f2c455
计算额度修改
1个文件已修改
4 ■■■■ 已修改文件
phi_platform_common/src/main/resources/mapper/platform/CouponNumberMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
phi_platform_common/src/main/resources/mapper/platform/CouponNumberMapper.xml
@@ -94,7 +94,7 @@
             ,IFNULL(count(*),0) as useNum from coupon_number cn left join coupon c on cn.couponId = c.id
        where cn.isDel = 0 and cn.sendShopId = #{shopId}
          and c.type = 1 and cn.validState = 1
          and cn.sendReason = #{sendReason} and cn.commonType = 'marketing_assistant'
          and cn.sendReason in ('ks','ccj')  and cn.commonType = 'marketing_assistant'
        <if test="startTime != null">
            and cn.createTime &gt;= #{startTime}
        </if>
@@ -111,7 +111,7 @@
        ,IFNULL(count(*),0) as useNum from coupon_number cn left join coupon c on cn.couponId = c.id
        where cn.isDel = 0
        and c.type = 1 and cn.validState = 1
        and cn.sendReason = #{sendReason} and cn.commonType = 'marketing_assistant'
        and cn.sendReason in ('ks','ccj')  and cn.commonType = 'marketing_assistant'
        and ascrCostDeptName = #{ascrCostDeptName}
        <if test="startTime != null">
            and cn.createTime &gt;= #{startTime}