Explorar el Código

bug

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

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Ver fichero

@@ -349,7 +349,7 @@
</if>

<if test=" null == type and null == types">
and ( c.`type` &lt; 7 or type c.`type` = 10 )
and ( c.`type` &lt; 7 or c.`type` = 10 )
</if>

<if test=" null != type ">


Cargando…
Cancelar
Guardar