Browse Source

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

release_toaliyun_real
luozukai 6 years ago
parent
commit
2f330a66f9
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 8
- 0
mallinkService/src/main/resources/mapper/WxShopMapper.xml View File

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


Loading…
Cancel
Save