Explorar el Código

map

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

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

@@ -1471,7 +1471,7 @@
select count(co.id)
from wx_coupon_order co
left join wx_merchant_b_user mbu on co.b_user_id = mbu.id
where where 1 = 1
where 1 = 1

<if test=" null != tenantId and '' != tenantId">
and co.`tenant_id` = #{tenantId}


Cargando…
Cancelar
Guardar