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

[修改][会员消费][添加导出功能]

release_toaliyun_real
luozukai 6 лет назад
Родитель
Сommit
15952ff4c3
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

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

@@ -510,11 +510,11 @@
and s.`point_type` = #{pointType}
</if>

<if test=" null != shopNumber ">
<if test=" null != shopNumber and '' != shopNumber ">
and s.shop_number = #{shopNumber}
</if>

<if test=" null != building ">
<if test=" null != building and '' != building ">
and b.building_name like concat('%', #{building},'%')
</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>


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