Просмотр исходного кода

日志列表title模糊查询

release_toaliyun_real
lrh 2 лет назад
Родитель
Сommit
12f49d4921
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml Просмотреть файл

@@ -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}


Загрузка…
Отмена
Сохранить