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

[卡订单][修改][查询列表添加持卡人昵称]

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

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

@@ -178,6 +178,9 @@
<if test=" null != startdate and null!=enddate"> <if test=" null != startdate and null!=enddate">
and ci.`create_date` between #{startdate} and #{enddate} and ci.`create_date` between #{startdate} and #{enddate}
</if> </if>
<if test=" null != onickName">
and ou.`nick_name` = #{onickName}
</if>
<if test=" null != statusS "> <if test=" null != statusS ">
and co.`coupon_order_status` in and co.`coupon_order_status` in
<foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")"> <foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")">


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