Explorar el Código

bug

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

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

@@ -791,7 +791,9 @@
left join (<foreach collection="tenantEntitys" item="tenantEntity" index="index" separator="union all"> left join (<foreach collection="tenantEntitys" item="tenantEntity" index="index" separator="union all">
SELECT * from wx_coupon${tenantEntity.shardTableSuffix} SELECT * from wx_coupon${tenantEntity.shardTableSuffix}
</foreach>) wc on wc.id = ci.coupon_id </foreach>) wc on wc.id = ci.coupon_id
left join wx_merchant_subsidy sc on sc.coupon_order_id = ci.id
left join (<foreach collection="tenantEntitys" item="tenantEntity" index="index" separator="union all">
SELECT * from wx_merchant_subsidy${tenantEntity.shardTableSuffix}
</foreach>) sc on sc.coupon_order_id = ci.id
where wc.id = c.id) as sum_subsidy where wc.id = c.id) as sum_subsidy


from (<foreach collection="tenantEntitys" item="tenantEntity" index="index" separator="union all"> from (<foreach collection="tenantEntitys" item="tenantEntity" index="index" separator="union all">
@@ -840,7 +842,9 @@
left join (<foreach collection="tenantEntitys" item="tenantEntity" index="index" separator="union all"> left join (<foreach collection="tenantEntitys" item="tenantEntity" index="index" separator="union all">
SELECT * from wx_coupon_order${tenantEntity.shardTableSuffix} SELECT * from wx_coupon_order${tenantEntity.shardTableSuffix}
</foreach>) wo on wo.coupon_id = wc.id </foreach>) wo on wo.coupon_id = wc.id
left join wx_merchant_subsidy sc on sc.coupon_order_id = wo.id
left join (<foreach collection="tenantEntitys" item="tenantEntity" index="index" separator="union all">
SELECT * from wx_merchant_subsidy${tenantEntity.shardTableSuffix}
</foreach>) sc on sc.coupon_order_id = wo.id
where wc.id = c.id) as sum_subsidy where wc.id = c.id) as sum_subsidy
from (<foreach collection="tenantEntitys" item="tenantEntity" index="index" separator="union all"> from (<foreach collection="tenantEntitys" item="tenantEntity" index="index" separator="union all">
SELECT * from wx_coupon${tenantEntity.shardTableSuffix} SELECT * from wx_coupon${tenantEntity.shardTableSuffix}


Cargando…
Cancelar
Guardar