Explorar el Código

bug

release_toaliyun_real
xhxu hace 5 años
padre
commit
e73bf823e0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

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

@@ -881,6 +881,9 @@
<if test=" null != couponId ">
and c.id = #{couponId}
</if>
<if test=" null != title ">
and c.title = #{title}
</if>
<if test=" null != business ">
and c.business = #{business}
</if>


Cargando…
Cancelar
Guardar