Browse Source

[修改][会员交易][修改封面显示]

release_toaliyun_real
luozukai 6 years ago
parent
commit
0398f71d1f
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 3
- 1
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml View File

@@ -469,7 +469,9 @@
<if test=" null != linkPhone and ''!=linkPhone ">
and `link_phone` like concat('%', #{linkPhone},'%')
</if>

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




Loading…
Cancel
Save