|
|
|
@@ -37,13 +37,13 @@ |
|
|
|
and `parent_tenant_id` = #{parentTenantId} |
|
|
|
</if> |
|
|
|
<if test=" null != cardPasswordId "> |
|
|
|
and `card_password_id` = #{cardPasswordId} |
|
|
|
and `card_password_id` like concat('%', #{cardPasswordId},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != couponId "> |
|
|
|
and `coupon_id` = #{couponId} |
|
|
|
and `coupon_id` like concat('%', #{couponId},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != cardInfoId "> |
|
|
|
and `card_info_id` = #{cardInfoId} |
|
|
|
and `card_info_id` like concat('%', #{cardInfoId},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != type "> |
|
|
|
and `type` = #{type} |
|
|
|
|