提交sql
This commit is contained in:
2
script/sql/mysql/item/gear_order_detail.sql
Normal file
2
script/sql/mysql/item/gear_order_detail.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO `gear_order_detail` (`detail_id`, `order_id`, `product_id`, `quantity`, `unit`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`, `tax_price`, `no_tax_price`) VALUES (1969678738716073985, 1969678625578917890, 1968980240353452033, 2, '把', NULL, 0, '2025-09-21 16:23:01', 'admin', '2025-09-21 16:23:01', 'admin', 50.00, 42.50);
|
||||
INSERT INTO `gear_order_detail` (`detail_id`, `order_id`, `product_id`, `quantity`, `unit`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`, `tax_price`, `no_tax_price`) VALUES (1969681649453998081, 1969681541471641601, 1969037749772607489, 2, '个', NULL, 0, '2025-09-21 16:34:35', 'admin', '2025-09-21 16:34:35', 'admin', 100.00, 95.00);
|
||||
Reference in New Issue
Block a user