|
|
@@ -855,6 +855,9 @@ |
|
|
<if test=" null != parentTenantId and '' != parentTenantId"> |
|
|
<if test=" null != parentTenantId and '' != parentTenantId"> |
|
|
and co.`parent_tenant_id` = #{parentTenantId} |
|
|
and co.`parent_tenant_id` = #{parentTenantId} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test=" null != cUserPhone and '' != cUserPhone"> |
|
|
|
|
|
and cu.`phone` = #{cUserPhone} |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != couponOrderStatus "> |
|
|
<if test=" null != couponOrderStatus "> |
|
|
and co.coupon_order_status = #{couponOrderStatus} |
|
|
and co.coupon_order_status = #{couponOrderStatus} |
|
|
|