Przeglądaj źródła

feat:去掉分表的序号

release_toaliyun_real
xmzhao71 2 lat temu
rodzic
commit
11913e6676
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Wyświetl plik

@@ -1206,7 +1206,7 @@
o.`id`,o.`order_number`,o.`tenant_id`,o.`parent_tenant_id`,o.`c_user_id`,o.`coupon_channel_id`,o.`product_id`,o.`type`,o.`pay_vendor`,o.`pay_version`, o.`id`,o.`order_number`,o.`tenant_id`,o.`parent_tenant_id`,o.`c_user_id`,o.`coupon_channel_id`,o.`product_id`,o.`type`,o.`pay_vendor`,o.`pay_version`,
o.`payment_type`,o.`payment`,o.`payment_time`,o.`freight_price`,o.`order_status`,o.`create_date`,o.`update_date`,o.`detail`,o.`ref_detail`,m.id AS merchantId o.`payment_type`,o.`payment`,o.`payment_time`,o.`freight_price`,o.`order_status`,o.`create_date`,o.`update_date`,o.`detail`,o.`ref_detail`,m.id AS merchantId
FROM FROM
wx_order_89 o
wx_order o
INNER JOIN wx_merchant_b_user mbu ON o.product_id = mbu.id INNER JOIN wx_merchant_b_user mbu ON o.product_id = mbu.id
INNER JOIN wx_merchant m ON mbu.merchant_id = m.id INNER JOIN wx_merchant m ON mbu.merchant_id = m.id
WHERE WHERE


Ładowanie…
Anuluj
Zapisz