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

//offlineActivity

release_toaliyun_real
xiaohu 1 год назад
Родитель
Сommit
7557a3880a
1 измененных файлов: 5 добавлений и 1 удалений
  1. +5
    -1
      mallinkService/src/main/resources/mapper/WxOfflineActivityAwardsItemMapper.xml

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

@@ -26,7 +26,7 @@

<sql id="allColumns">
id,tenant_id,parent_tenant_id,
activity_item_id,`name`,grade,merchant_count,
activity_item_id,`type`,`name`,grade,merchant_count,
min_amount,max_amount,cash_back_ratio,price,
money_rule,mall_share_rate,merchant_share_rate,
create_date,update_date
@@ -50,6 +50,10 @@
and `activity_item_id` = #{activityItemId}
</if>

<if test=" null != type ">
and `type` = #{type}
</if>

<if test=" null != name ">
and `name` like concat('%', #{name},'%')
</if>


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