trade:创建订单接口的后端实现的单元测试 100%

This commit is contained in:
YunaiV
2022-11-09 13:03:57 +08:00
parent bc2aa78f70
commit 734236df97
4 changed files with 122 additions and 36 deletions

View File

@@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS "trade_order" (
"pay_price" int NOT NULL,
"pay_order_id" int,
"pay_channel" int,
"delivery_templateid" int,
"delivery_template_id" int,
"express_no" int,
"delivery_status" bit NOT NULL,
"delivery_time" datetime,