1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

小程序(及后端)订单详情页完成;后端获取用户订单列表接口完成

This commit is contained in:
2023-03-20 00:24:19 +08:00
parent 90a17c926e
commit 960280b11e
29 changed files with 838 additions and 53 deletions

View File

@@ -11,7 +11,7 @@
Target Server Version : 80012
File Encoding : 65001
Date: 19/03/2023 17:36:14
Date: 20/03/2023 00:21:56
*/
SET NAMES utf8mb4;
@@ -264,6 +264,16 @@ CREATE TABLE `order` (
-- ----------------------------
-- Records of order
-- ----------------------------
INSERT INTO `order` VALUES (1748800678865801225, 1, '2023-03-19 21:29:33', 'Pending');
INSERT INTO `order` VALUES (1748880836628975622, 1, '2023-03-19 23:48:04', 'Pending');
INSERT INTO `order` VALUES (1748881003193176069, 1, '2023-03-19 23:48:44', 'Pending');
INSERT INTO `order` VALUES (1748881359935508481, 1, '2023-03-19 23:50:09', 'Pending');
INSERT INTO `order` VALUES (1748881582816628736, 1, '2023-03-19 23:51:02', 'Pending');
INSERT INTO `order` VALUES (1748881775876247556, 1, '2023-03-19 23:51:48', 'Pending');
INSERT INTO `order` VALUES (1748883439144275978, 1, '2023-03-19 23:58:25', 'Pending');
INSERT INTO `order` VALUES (1748883587555528711, 1, '2023-03-19 23:59:00', 'Pending');
INSERT INTO `order` VALUES (1748884264885293061, 1, '2023-03-20 00:01:41', 'Pending');
INSERT INTO `order` VALUES (1748884523443163146, 1, '2023-03-20 00:02:43', 'Pending');
-- ----------------------------
-- Table structure for order_detail
@@ -285,6 +295,18 @@ CREATE TABLE `order_detail` (
-- ----------------------------
-- Records of order_detail
-- ----------------------------
INSERT INTO `order_detail` VALUES (15, 1748800678865801225, 27, 1, 15.99);
INSERT INTO `order_detail` VALUES (16, 1748800678865801225, 12, 1, 5.99);
INSERT INTO `order_detail` VALUES (17, 1748800678865801225, 13, 1, 5.99);
INSERT INTO `order_detail` VALUES (18, 1748880836628975622, 16, 1, 5.99);
INSERT INTO `order_detail` VALUES (19, 1748881003193176069, 16, 1, 5.99);
INSERT INTO `order_detail` VALUES (20, 1748881359935508481, 16, 1, 5.99);
INSERT INTO `order_detail` VALUES (21, 1748881582816628736, 16, 1, 5.99);
INSERT INTO `order_detail` VALUES (22, 1748881775876247556, 64, 1, 18.00);
INSERT INTO `order_detail` VALUES (23, 1748883439144275978, 16, 1, 5.99);
INSERT INTO `order_detail` VALUES (24, 1748883587555528711, 16, 1, 5.99);
INSERT INTO `order_detail` VALUES (25, 1748884264885293061, 16, 1, 5.99);
INSERT INTO `order_detail` VALUES (26, 1748884523443163146, 57, 1, 2.00);
-- ----------------------------
-- Table structure for report