From 4337ceb3dd4953b49ff6203f3698835f926a49d6 Mon Sep 17 00:00:00 2001 From: xhxu Date: Wed, 28 Apr 2021 10:56:18 +0800 Subject: [PATCH] businessCircle --- .../resources/mapper/WxThirdPartyOrdersMapper.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxThirdPartyOrdersMapper.xml b/mallinkService/src/main/resources/mapper/WxThirdPartyOrdersMapper.xml index d71df67d3..3a5fd9119 100644 --- a/mallinkService/src/main/resources/mapper/WxThirdPartyOrdersMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxThirdPartyOrdersMapper.xml @@ -189,17 +189,4 @@ where `id` = #{id} and `tenant_id` = #{tenantId} - - INSERT INTO wx_third_party_orders ( - `id`, `tenant_id`, `parent_tenant_id`,`source_app_id`, `source_type`, `notice_id`, `notice_create_time`, `notice_event_type`, - `notice_resource_type`, `summary`,`shop_name`, `shop_number`, `user_phone`, `user_number`, `time_end`, `amount`,`pay_amount`, `transaction_id`, `commit_tag`, `create_time`, `update_time`, - `merchant_id`, `c_user_id`, `earn_points`, `is_refund`, `refund_id`, `refund_amount` - ) - VALUES( - #{id},#{tenantId},#{parentTenantId},#{sourceAppId},#{sourceType},#{noticeId},#{noticeCreateTime},#{noticeEventType}, - #{noticeResourceType},#{summary},#{shopName},#{shopNumber},#{userPhone},#{userNumber},#{timeEnd},#{amount},#{payAmount},#{transactionId},#{commitTag},#{createTime},#{updateTime}, - #{merchantId},#{cUserId},0,1,#{refundId},#{refundAmount} - ); - -