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

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

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

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

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


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