1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-09-11 06:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

交易下单4-获取用户登录信息;Price拼写错误改正

This commit is contained in:
2022-03-04 17:39:39 +08:00
parent 49d3380c40
commit 42888a2d8a
7 changed files with 49 additions and 28 deletions

View File

@@ -11,7 +11,7 @@
Target Server Version : 50726
File Encoding : 65001
Date: 03/03/2022 23:08:26
Date: 04/03/2022 17:15:21
*/
SET NAMES utf8mb4;
@@ -90,7 +90,7 @@ CREATE TABLE `order_info` (
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`user_id` int(11) NOT NULL DEFAULT 0,
`item_id` int(11) NOT NULL,
`item_pirce` decimal(10, 2) NOT NULL,
`item_price` decimal(10, 2) NOT NULL,
`amount` int(255) NOT NULL,
`order_price` decimal(10, 2) NOT NULL,
PRIMARY KEY (`id`) USING BTREE