Files
GEAR-OA/script/sql/mysql/item/gear_receivable.sql
2026-04-23 10:15:22 +08:00

3 lines
796 B
SQL

INSERT INTO `gear_receivable` (`receivable_id`, `customer_id`, `order_id`, `due_date`, `amount`, `paid_amount`, `balance_amount`, `status`, `del_flag`, `remark`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1962801507648450561, 3, NULL, '2025-09-18', 10000.00, 10000.00, 0.00, '已结清', 2, NULL, '2025-09-02 16:55:21', 'admin', '2025-09-20 10:12:14', 'admin');
INSERT INTO `gear_receivable` (`receivable_id`, `customer_id`, `order_id`, `due_date`, `amount`, `paid_amount`, `balance_amount`, `status`, `del_flag`, `remark`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1969946820922368002, 1969678062254530562, 1969678625578917890, '2025-09-27', 1000.00, 0.00, 1000.00, '未结清', 0, '0', '2025-09-22 10:08:17', 'admin', '2025-09-22 10:08:17', 'admin');