3 lines
737 B
SQL
3 lines
737 B
SQL
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);
|