Browse Source

[卡订单][修改][持卡人模糊查询]

release_toaliyun_real
gongbiao 6 years ago
parent
commit
c1c588805d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml

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

@@ -179,7 +179,7 @@
and ci.`create_date` between #{startdate} and #{enddate}
</if>
<if test=" null != onickName and ''!=onickName">
and ou.`nick_name` = #{onickName}
and ou.`nick_name` like concat('%',#{onickName},'%')
</if>
<if test=" null != statusS ">
and co.`coupon_order_status` in


Loading…
Cancel
Save