Explorar el Código

[拼团][修改][待支付]

release_toaliyun_real
gongbiao hace 7 años
padre
commit
41ce610593
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

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

@@ -75,7 +75,7 @@
left join wx_coupon c on o.product_id=c.id left join wx_coupon c on o.product_id=c.id
left join wx_order_group g on o.order_group_id=g.id left join wx_order_group g on o.order_group_id=g.id
left join wx_c_user u on o.c_user_id=u.id left join wx_c_user u on o.c_user_id=u.id
where o.tenant_id=#{tenantId}
where o.tenant_id=#{tenantId} and c.type=9
<if test=" null != cUserId "> <if test=" null != cUserId ">
and o.c_user_id=#{cUserId} and o.c_user_id=#{cUserId}
</if> </if>


Cargando…
Cancelar
Guardar