Explorar el Código

tt

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

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

@@ -144,7 +144,7 @@
select select
<include refid="allColumns"/> <include refid="allColumns"/>
from tt_coupon c from tt_coupon c
left join wx_merchant m on m.id = c.merchant_id
left join wx_merchant m on m.id = c.merchant_id and m.status = 1
<include refid="dynamicWhereConditions"/> <include refid="dynamicWhereConditions"/>
</select> </select>




Cargando…
Cancelar
Guardar