| 12345678910 |
- INSERT INTO `qimall_crontab_task`(`id`, `name`, `command`, `type`, `rule`, `is_warning`, `status`, `created_at`, `updated_at`) VALUES ('幸运拼团手动拼团订单过了有效期自动退款', 'lucky-group/lucky-group-crontab/exp-activity', 2, '0 30 0 * * *', 0, 1, 1660120549, 1660120562);
- INSERT INTO `qimall_global_var_map`(`name`, `title`, `type`, `is_addons`, `status`, `created_at`, `updated_at`) VALUES
- ('LuckyGroup', '幸运拼团', 'IncomeMap', 1, 1, 1654569888, 1654569888),
- ('LuckyGroup', '幸运拼团', 'FromTypeMap', 1, 1, 1654569888, 1654569888),
- ('luck_group_consume', '幸运拼团消耗', 'CapitalTypeMap', 0, 1, 1654569888, 1654569888),
- ('LuckyGroup', '幸运拼团', 'MarketingTypeMap', 1, 1, 1654569888, 1654569888);
|