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

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

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

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

@@ -509,6 +509,14 @@
<if test=" null != pointType "> <if test=" null != pointType ">
and s.`point_type` = #{pointType} and s.`point_type` = #{pointType}
</if> </if>

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

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


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