From 0f562b98e17c005cd8f28dfaf6e9ed1e5d1ff37a Mon Sep 17 00:00:00 2001
From: "@t2652009480" <2652009480@qq.com>
Date: Mon, 16 Dec 2024 18:08:44 +0800
Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mappers/StuGoodsOrderInfoMapper.xml | 335 ------------------
1 file changed, 335 deletions(-)
diff --git a/src/main/resources/mappers/StuGoodsOrderInfoMapper.xml b/src/main/resources/mappers/StuGoodsOrderInfoMapper.xml
index ef8d345..84e7c9a 100644
--- a/src/main/resources/mappers/StuGoodsOrderInfoMapper.xml
+++ b/src/main/resources/mappers/StuGoodsOrderInfoMapper.xml
@@ -350,341 +350,6 @@
user_id = #{userId,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- and ${criterion.condition}
-
-
- and ${criterion.condition} #{criterion.value}
-
-
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
-
-
- and ${criterion.condition}
-
- #{listItem}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- and ${criterion.condition}
-
-
- and ${criterion.condition} #{criterion.value}
-
-
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
-
-
- and ${criterion.condition}
-
- #{listItem}
-
-
-
-
-
-
-
-
-
-
- id, order_type, order_number, goods_id, goods_name, shop_name, consignee, order_time,
- goods_url, number, receipt_status, comment_status, user_id
-
-
-
-
- delete from stu_goods_order_info
- where id = #{id,jdbcType=INTEGER}
-
-
- delete from stu_goods_order_info
-
-
-
-
-
- insert into stu_goods_order_info (id, order_type, order_number,
- goods_id, goods_name, shop_name,
- consignee, order_time, goods_url,
- number, receipt_status, comment_status,
- user_id)
- values (#{id,jdbcType=INTEGER}, #{orderType,jdbcType=VARCHAR}, #{orderNumber,jdbcType=VARCHAR},
- #{goodsId,jdbcType=INTEGER}, #{goodsName,jdbcType=VARCHAR}, #{shopName,jdbcType=VARCHAR},
- #{consignee,jdbcType=VARCHAR}, #{orderTime,jdbcType=TIMESTAMP}, #{goodsUrl,jdbcType=VARCHAR},
- #{number,jdbcType=INTEGER}, #{receiptStatus,jdbcType=INTEGER}, #{commentStatus,jdbcType=INTEGER},
- #{userId,jdbcType=VARCHAR})
-
-
- insert into stu_goods_order_info
-
-
- id,
-
-
- order_type,
-
-
- order_number,
-
-
- goods_id,
-
-
- goods_name,
-
-
- shop_name,
-
-
- consignee,
-
-
- order_time,
-
-
- goods_url,
-
-
- number,
-
-
- receipt_status,
-
-
- comment_status,
-
-
- user_id,
-
-
-
-
- #{id,jdbcType=INTEGER},
-
-
- #{orderType,jdbcType=VARCHAR},
-
-
- #{orderNumber,jdbcType=VARCHAR},
-
-
- #{goodsId,jdbcType=INTEGER},
-
-
- #{goodsName,jdbcType=VARCHAR},
-
-
- #{shopName,jdbcType=VARCHAR},
-
-
- #{consignee,jdbcType=VARCHAR},
-
-
- #{orderTime,jdbcType=TIMESTAMP},
-
-
- #{goodsUrl,jdbcType=VARCHAR},
-
-
- #{number,jdbcType=INTEGER},
-
-
- #{receiptStatus,jdbcType=INTEGER},
-
-
- #{commentStatus,jdbcType=INTEGER},
-
-
- #{userId,jdbcType=VARCHAR},
-
-
-
-
-
- update stu_goods_order_info
-
-
- id = #{record.id,jdbcType=INTEGER},
-
-
- order_type = #{record.orderType,jdbcType=VARCHAR},
-
-
- order_number = #{record.orderNumber,jdbcType=VARCHAR},
-
-
- goods_id = #{record.goodsId,jdbcType=INTEGER},
-
-
- goods_name = #{record.goodsName,jdbcType=VARCHAR},
-
-
- shop_name = #{record.shopName,jdbcType=VARCHAR},
-
-
- consignee = #{record.consignee,jdbcType=VARCHAR},
-
-
- order_time = #{record.orderTime,jdbcType=TIMESTAMP},
-
-
- goods_url = #{record.goodsUrl,jdbcType=VARCHAR},
-
-
- number = #{record.number,jdbcType=INTEGER},
-
-
- receipt_status = #{record.receiptStatus,jdbcType=INTEGER},
-
-
- comment_status = #{record.commentStatus,jdbcType=INTEGER},
-
-
- user_id = #{record.userId,jdbcType=VARCHAR},
-
-
-
-
-
-
-
- update stu_goods_order_info
- set id = #{record.id,jdbcType=INTEGER},
- order_type = #{record.orderType,jdbcType=VARCHAR},
- order_number = #{record.orderNumber,jdbcType=VARCHAR},
- goods_id = #{record.goodsId,jdbcType=INTEGER},
- goods_name = #{record.goodsName,jdbcType=VARCHAR},
- shop_name = #{record.shopName,jdbcType=VARCHAR},
- consignee = #{record.consignee,jdbcType=VARCHAR},
- order_time = #{record.orderTime,jdbcType=TIMESTAMP},
- goods_url = #{record.goodsUrl,jdbcType=VARCHAR},
- number = #{record.number,jdbcType=INTEGER},
- receipt_status = #{record.receiptStatus,jdbcType=INTEGER},
- comment_status = #{record.commentStatus,jdbcType=INTEGER},
- user_id = #{record.userId,jdbcType=VARCHAR}
-
-
-
-
-
- update stu_goods_order_info
-
-
- order_type = #{orderType,jdbcType=VARCHAR},
-
-
- order_number = #{orderNumber,jdbcType=VARCHAR},
-
-
- goods_id = #{goodsId,jdbcType=INTEGER},
-
-
- goods_name = #{goodsName,jdbcType=VARCHAR},
-
-
- shop_name = #{shopName,jdbcType=VARCHAR},
-
-
- consignee = #{consignee,jdbcType=VARCHAR},
-
-
- order_time = #{orderTime,jdbcType=TIMESTAMP},
-
-
- goods_url = #{goodsUrl,jdbcType=VARCHAR},
-
-
- number = #{number,jdbcType=INTEGER},
-
-
- receipt_status = #{receiptStatus,jdbcType=INTEGER},
-
-
- comment_status = #{commentStatus,jdbcType=INTEGER},
-
-
- user_id = #{userId,jdbcType=VARCHAR},
-
-
- where id = #{id,jdbcType=INTEGER}
-
-
- update stu_goods_order_info
- set order_type = #{orderType,jdbcType=VARCHAR},
- order_number = #{orderNumber,jdbcType=VARCHAR},
- goods_id = #{goodsId,jdbcType=INTEGER},
- goods_name = #{goodsName,jdbcType=VARCHAR},
- shop_name = #{shopName,jdbcType=VARCHAR},
- consignee = #{consignee,jdbcType=VARCHAR},
- order_time = #{orderTime,jdbcType=TIMESTAMP},
- goods_url = #{goodsUrl,jdbcType=VARCHAR},
- number = #{number,jdbcType=INTEGER},
- receipt_status = #{receiptStatus,jdbcType=INTEGER},
- comment_status = #{commentStatus,jdbcType=INTEGER},
- user_id = #{userId,jdbcType=VARCHAR}
- where id = #{id,jdbcType=INTEGER}
-
-