Explorar el Código

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

release_toaliyun_real
gongbiao hace 6 años
padre
commit
9be222d997
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar