Przeglądaj źródła

日志列表title模糊查询

release_toaliyun_real
lrh 2 lat temu
rodzic
commit
12f49d4921
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz