|
|
@@ -659,7 +659,7 @@ |
|
|
*100,2) as payment_rate |
|
|
*100,2) as payment_rate |
|
|
|
|
|
|
|
|
from wx_coupon c where c.type = 8 |
|
|
from wx_coupon c where c.type = 8 |
|
|
<if test="id != null"> |
|
|
|
|
|
|
|
|
<if test="tenantId != null"> |
|
|
and c.tenant_id=#{tenantId} |
|
|
and c.tenant_id=#{tenantId} |
|
|
</if> |
|
|
</if> |
|
|
<if test="id != null"> |
|
|
<if test="id != null"> |
|
|
|