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

[A端][修复]:业态过滤商户问题

release_toaliyun_real
hupeng 7 лет назад
Родитель
Сommit
5ad30abf03
1 измененных файлов: 4 добавлений и 0 удалений
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

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

@@ -61,6 +61,10 @@
and `car_vendor_type` = #{carVendorType}
</if>

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

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


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